We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbe9ba commit 8eb46beCopy full SHA for 8eb46be
docs/docs/component-lifecycle.md
@@ -22,7 +22,7 @@ In this one simple line, we have accomplished the following:
22
- The component is **mounted** into `document.body`.
23
24
**Mounting** is the process of initializing a React component by creating its
25
-DOM nodes and inserting the them into a supplied container node.
+DOM nodes and inserting them into a supplied container node.
26
27
At this point, the entire page consists of a single `<div>` with "Hello,
28
world!".
0 commit comments