Merge pull request #1042 from adelevie/master

Small grammar fix in ReactComponent.js
This commit is contained in:
Paul O’Shannessy
2014-02-10 16:18:55 -08:00
+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