mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Small comment grammar fix in ReactComponent.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user