Skip to content

Commit f7166d0

Browse files
committed
Merge pull request #2754 from songawee/fix_version_typo
Fix version typo in grunt task
2 parents 7ed36c3 + 5216460 commit f7166d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt/tasks/version-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function() {
2525
}
2626
if (npmReactVersion !== reactToolsVersion) {
2727
grunt.log.error(
28-
'npm-react version does not match react-tools veersion. Expected %s, saw %s',
28+
'npm-react version does not match react-tools version. Expected %s, saw %s',
2929
reactToolsVersion,
3030
npmReactVersion
3131
);

0 commit comments

Comments
 (0)