From 87f4b8be679f86a6777e314f58edbe7f2fea22d9 Mon Sep 17 00:00:00 2001 From: Greg Roodt Date: Sat, 15 Jun 2013 11:08:06 +0300 Subject: [PATCH] Minor grammar. --- docs/docs/component-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/component-lifecycle.md b/docs/docs/component-lifecycle.md index 1998f1806e..8861c1877f 100644 --- a/docs/docs/component-lifecycle.md +++ b/docs/docs/component-lifecycle.md @@ -22,7 +22,7 @@ In this one simple line, we have accomplished the following: - The component is **mounted** into `document.body`. **Mounting** is the process of initializing a React component by creating its -DOM nodes and inserting the them into a supplied container node. +DOM nodes and inserting them into a supplied container node. At this point, the entire page consists of a single `
` with "Hello, world!".