Small comment grammar fix in ReactComponent.js

This commit is contained in:
Alan deLevie
2014-02-08 19:25:49 -05:00
parent 141f3a8ac8
commit 42e65ddb3e
+1 -1
View File
@@ -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