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 7ed36c3 + 5216460 commit f7166d0Copy full SHA for f7166d0
grunt/tasks/version-check.js
@@ -25,7 +25,7 @@ module.exports = function() {
25
}
26
if (npmReactVersion !== reactToolsVersion) {
27
grunt.log.error(
28
- 'npm-react version does not match react-tools veersion. Expected %s, saw %s',
+ 'npm-react version does not match react-tools version. Expected %s, saw %s',
29
reactToolsVersion,
30
npmReactVersion
31
);
0 commit comments