Skip to content

Commit 8eb46be

Browse files
groodtzpao
authored andcommitted
Minor grammar.
1 parent 7bbe9ba commit 8eb46be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/component-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this one simple line, we have accomplished the following:
2222
- The component is **mounted** into `document.body`.
2323

2424
**Mounting** is the process of initializing a React component by creating its
25-
DOM nodes and inserting the them into a supplied container node.
25+
DOM nodes and inserting them into a supplied container node.
2626

2727
At this point, the entire page consists of a single `<div>` with "Hello,
2828
world!".

0 commit comments

Comments
 (0)