aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjörn Stierand <bjoern-github@innovention.de>2020-03-11 07:37:18 +0100
committerGitHub <noreply@github.com>2020-03-11 07:37:18 +0100
commit6467a36a65bdde8de829e72af932f0dff78aff70 (patch)
treecf774c0b46d6a74066f4fdf4928ca43610275600 /docs
parentd370ebad81e5c0284de24caeeb85bb08c5f64c0f (diff)
Fix typo in partial blacklist example
the provided JSON file was missing a ':'
Diffstat (limited to 'docs')
-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"] }
]
}