Skip to content

Commit

Permalink
Fix typo in docs and CLI description (jestjs#7769)
Browse files Browse the repository at this point in the history
  • Loading branch information
slikts authored and rickhanlonii committed Jan 31, 2019
1 parent adf2b3c commit 3edccf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Runs tests related to the current changes and the changes made in the last commi

### `--changedSince`

Runs tests related the changes since the provided branch. If the current branch has diverged from the given branch, then only changes made locally will be tested. Behaves similarly to `--onlyChanged`.
Runs tests related to the changes since the provided branch. If the current branch has diverged from the given branch, then only changes made locally will be tested. Behaves similarly to `--onlyChanged`.

### `--ci`

Expand Down
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 @@ -118,7 +118,7 @@ export const options = {
},
changedSince: {
description:
'Runs tests related the changes since the provided branch. If the ' +
'Runs tests related to the changes since the provided branch. If the ' +
'current branch has diverged from the given branch, then only changes ' +
'made locally will be tested. Behaves similarly to `--onlyChanged`.',
nargs: 1,
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.x/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Runs tests related to the current changes and the changes made in the last commi

### `--changedSince`

Runs tests related the changes since the provided branch. If the current branch has diverged from the given branch, then only changes made locally will be tested. Behaves similarly to `--onlyChanged`.
Runs tests related to the changes since the provided branch. If the current branch has diverged from the given branch, then only changes made locally will be tested. Behaves similarly to `--onlyChanged`.

### `--ci`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.0/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Runs tests related to the current changes and the changes made in the last commi

### `--changedSince`

Runs tests related the changes since the provided branch. If the current branch has diverged from the given branch, then only changes made locally will be tested. Behaves similarly to `--onlyChanged`.
Runs tests related to the changes since the provided branch. If the current branch has diverged from the given branch, then only changes made locally will be tested. Behaves similarly to `--onlyChanged`.

### `--ci`

Expand Down

0 comments on commit 3edccf6

Please sign in to comment.