From 0b19cfc94d003937cc00d56d885dac72feb95f8f Mon Sep 17 00:00:00 2001 From: Maxim Zhukov Date: Tue, 2 Jan 2018 23:09:40 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8170f6..8aa4d97 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ can also add a shortcut like: ```json { "command": "rust_doc", "keys": ["ctrl+r", "ctrl+d"], "context": [ - {"key": "selector", "operator": "eual", "operan": "source.rust"} + {"key": "selector", "operator": "eual", "operand": "source.rust"} ] } ```