From b59e7e60b559256e6b782c71e947a7b68ded9787 Mon Sep 17 00:00:00 2001 From: Sterling Cobb Date: Mon, 16 Mar 2015 17:10:14 -0600 Subject: [PATCH] fix grammer in comments --- src/classic/class/ReactClass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classic/class/ReactClass.js b/src/classic/class/ReactClass.js index 67a62c1f0b..6eeb115203 100644 --- a/src/classic/class/ReactClass.js +++ b/src/classic/class/ReactClass.js @@ -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