mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2754 from songawee/fix_version_typo
Fix version typo in grunt task
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = function() {
|
||||
}
|
||||
if (npmReactVersion !== reactToolsVersion) {
|
||||
grunt.log.error(
|
||||
'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',
|
||||
reactToolsVersion,
|
||||
npmReactVersion
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user