Skip to content

Commit

Permalink
copy: address wording issues raised by @rogeliog in PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
tdd committed Jul 22, 2018
1 parent dee1c8f commit cc69070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/WatchPlugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ The following keys for built-in functionality **can be overwritten** :
- `p` (test filename pattern)
- `t` (test name pattern)

Any key not used by built-in functionality remains fair game, as you would expect. Try to avoid using keys that are difficult to obtain on various keyboards (e.g. `é`, ``), or not visible by default (e.g. many Mac keyboards do not have visual hints for characters such as `|`, `\`, `[`, etc.)
Any key not used by built-in functionality can be claimed, as you would expect. Try to avoid using keys that are difficult to obtain on various keyboards (e.g. `é`, ``), or not visible by default (e.g. many Mac keyboards do not have visual hints for characters such as `|`, `\`, `[`, etc.)

### When a conflict happens

Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/src/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const INTERNAL_PLUGINS = [
const RESERVED_KEY_PLUGINS = new Map([
[
UpdateSnapshotsPlugin,
{forbiddenOverwriteMessage: 'updating snapshots ballpark', key: 'u'},
{forbiddenOverwriteMessage: 'updating snapshots', key: 'u'},
],
[
UpdateSnapshotsInteractivePlugin,
Expand Down

0 comments on commit cc69070

Please sign in to comment.