We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4865ddf commit 6ff9644Copy full SHA for 6ff9644
src/isomorphic/classic/class/ReactClass.js
@@ -748,7 +748,7 @@ var ReactClass = {
748
*/
749
createClass: function(spec) {
750
var Constructor = function(props, context, updater) {
751
- // This constructor is overridden by mocks. The argument is used
+ // This constructor gets overridden by mocks. The argument is used
752
// by mocks to assert on what gets mounted.
753
754
if (__DEV__) {
0 commit comments