diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-03-23 07:52:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 07:52:47 +0900 |
commit | bb46b3b623058a641066f1ef1318ebe704fe3fed (patch) | |
tree | 6875644bd4431fe72d24128010b61cc9867f9908 /docs/blacklist.md | |
parent | 348051972ea816e506e483cb363bfea1e1474d23 (diff) | |
parent | 6467a36a65bdde8de829e72af932f0dff78aff70 (diff) |
Merge pull request #724 from egoexpress/blacklist-typo
Fix typo in partial blacklist example
Diffstat (limited to 'docs/blacklist.md')
-rw-r--r-- | docs/blacklist.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/blacklist.md b/docs/blacklist.md index d1db18c..bff1cad 100644 --- a/docs/blacklist.md +++ b/docs/blacklist.md @@ -32,7 +32,7 @@ To disable <kbd>j</kbd> and <kbd>k</kbd> keys (scroll down and up) on github.com ```json { - "blacklist" [ + "blacklist": [ { "url": "github.com", "keys": ["j", "k"] } ] } |