Skip to content

Commit

Permalink
Fix small typo in packages/jest-cli/src/cli/args.js (jestjs#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrol authored and cpojer committed Jul 20, 2017
1 parent dac8333 commit a425bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/cli/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const options = {
description:
'The opposite of `onlyChanged`. If `onlyChanged` is set by ' +
'default, running jest with `--all` will force Jest to run all tests ' +
'instead of runnig only tests related to changed files.',
'instead of running only tests related to changed files.',
},
automock: {
default: undefined,
Expand Down

0 comments on commit a425bfb

Please sign in to comment.