diff --git a/src/content/reference/react-dom/components/index.md b/src/content/reference/react-dom/components/index.md
index e025725e0a..9418e2470b 100644
--- a/src/content/reference/react-dom/components/index.md
+++ b/src/content/reference/react-dom/components/index.md
@@ -1,40 +1,40 @@
---
-title: "React DOM Components"
+title: "React DOM 组件"
---
-React supports all of the browser built-in [HTML](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element) and [SVG](https://developer.mozilla.org/zh-CN/docs/Web/SVG/Element) components.
+React 支持所有浏览器内置的 [HTML](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element) 与 [SVG](https://developer.mozilla.org/zh-CN/docs/Web/SVG/Element) 组件。
---
-## Common components {/*common-components*/}
+## 通用组件 {/*common-components*/}
-All of the built-in browser components support some props and events.
+所有的浏览器内置组件都支持一些共同的属性与方法。
-* [Common components (e.g. `
`)](/reference/react-dom/components/common)
+* [通用组件(如 `