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.
2 parents a0741ab + 6ff9644 commit 0d53125Copy full SHA for 0d53125
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