Merge pull request #2754 from songawee/fix_version_typo

Fix version typo in grunt task
This commit is contained in:
Paul O’Shannessy
2014-12-20 15:00:37 -08:00
+1 -1
View File
@@ -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
);