diff options
author | Daniel Campoverde <alx@sillybytes.net> | 2017-10-29 15:59:35 -0500 |
---|---|---|
committer | Daniel Campoverde <alx@sillybytes.net> | 2017-10-29 15:59:35 -0500 |
commit | 860eb63942b49f3edeaee81adacc6ffc1916a888 (patch) | |
tree | 34c066bd44d12c006cc854abdc2860d1a055328a | |
parent | 43dfa066c7841f7cb899c80c1dca44fe763bf17d (diff) |
Fix typo
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,8 +118,8 @@ replaced with keywords in parameters of the command. ### Blacklist -Blacklist allows to disable he plugin for certain pages by URL patterns. -For instance, when you describe `"*.slack.com"`, the plugin are disabled on any Slack rooms. +Blacklist allows to disable the plugin for certain pages by URL patterns. +For instance, when you describe `"*.slack.com"`, the plugin is disabled on any Slack rooms. In addition, you can also specify path patterns, such as `"example.com/mail/*"`. Disabled plugin can be made re-enabled by Shift+Esc (in default). |