Skip to content

Commit 8f55ef6

Browse files
committed
Re-worded final effect of argless run
1 parent 6cc0dc3 commit 8f55ef6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ remove-json-keys [options] # or remove-json
3131
If no options are passed, the CLI will:
3232
1. Prompt for keys to delete
3333
2. Auto-discover closest child `json_dir`
34-
3. Delete keys from JSON files found in `json_dir`
34+
3. Delete keys from found JSON files
3535

3636
_Note: Key/values can span multiple lines and have any amount of whitespace between symbols._
3737

translate-messages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ translate-messages [options] # or translate-msgs
3131
If no options are passed, the CLI will:
3232
1. Prompt for message keys to ignore
3333
2. Auto-discover closest child `_locales` dir
34-
3. Translate `en/messages.json` to target languages
34+
3. Translate found `en/messages.json` to target languages
3535

3636
_Note: Any messages.json in the [`chrome.i18n`](https://developer.chrome.com/docs/extensions/how-to/ui/localization-message-formats) format can be used as a source file._
3737

0 commit comments

Comments
 (0)