From 42e65ddb3ec0433a460dc4e72834a1ca02e0b60f Mon Sep 17 00:00:00 2001 From: Alan deLevie Date: Sat, 8 Feb 2014 19:25:49 -0500 Subject: [PATCH] Small comment grammar fix in ReactComponent.js --- src/core/ReactComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ReactComponent.js b/src/core/ReactComponent.js index e85e11f1c7..df5d9d0044 100644 --- a/src/core/ReactComponent.js +++ b/src/core/ReactComponent.js @@ -56,7 +56,7 @@ var NUMERIC_PROPERTY_REGEX = /^\d+$/; /** * Warn if the component doesn't have an explicit key assigned to it. * This component is in an array. The array could grow and shrink or be - * reordered. All children, that hasn't already been validated, are required to + * reordered. All children that haven't already been validated, are required to * have a "key" property assigned to it. * * @internal