aboutsummaryrefslogtreecommitdiff
path: root/docs/blacklist.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-03-23 07:52:47 +0900
committerGitHub <noreply@github.com>2020-03-23 07:52:47 +0900
commitbb46b3b623058a641066f1ef1318ebe704fe3fed (patch)
tree6875644bd4431fe72d24128010b61cc9867f9908 /docs/blacklist.md
parent348051972ea816e506e483cb363bfea1e1474d23 (diff)
parent6467a36a65bdde8de829e72af932f0dff78aff70 (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.md2
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"] }
]
}