Merge pull request #3430 from fourcolors/patch-1

fix grammar in comments
This commit is contained in:
Ben Alpert
2015-03-17 11:08:40 -07:00
+1 -1
View File
@@ -74,7 +74,7 @@ var injectedMixins = [];
* The class specification supports a specific protocol of methods that have
* special meaning (e.g. `render`). See `ReactClassInterface` for
* more the comprehensive protocol. Any other properties and methods in the
* class specification will available on the prototype.
* class specification will be available on the prototype.
*
* @interface ReactClassInterface
* @internal