From a425bfb785bd76779f1ce8de11592ece97a98758 Mon Sep 17 00:00:00 2001 From: Veniamin Krol Date: Thu, 20 Jul 2017 14:39:51 +0300 Subject: [PATCH] Fix small typo in packages/jest-cli/src/cli/args.js (#4090) --- packages/jest-cli/src/cli/args.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-cli/src/cli/args.js b/packages/jest-cli/src/cli/args.js index 31916f048a64..74c95cded96b 100644 --- a/packages/jest-cli/src/cli/args.js +++ b/packages/jest-cli/src/cli/args.js @@ -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,