Skip to content

Commit

Permalink
Changing "both" to "any"
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBrom authored Nov 3, 2019
1 parent 057d324 commit bf4d8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Would result in
```


_Note:_ By default none of these commands have a key binding, and can only be used via the Command Palette. You can set a key binding by adding one, or both, of the following lines to the key binding file. (Preferences > Key Bindings)
_Note:_ By default none of these commands have a key binding, and can only be used via the Command Palette. You can set a key binding by adding any of the following lines to the key binding file. (Preferences > Key Bindings)

``` js
{ "keys": ["alt+shift+h"], "command": "toggle_highlight_duplicates" }
Expand Down

0 comments on commit bf4d8a2

Please sign in to comment.