fix grammer in comments

This commit is contained in:
Sterling Cobb
2015-03-16 17:10:14 -06:00
parent dacd4db1fa
commit b59e7e60b5
+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