aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-06 17:38:56 +0000
committerAleksey Kladov <[email protected]>2020-03-06 17:38:56 +0000
commit80909f7698edd972e7bb7e3b255c9a12d78cd9a6 (patch)
treec6433fc26f3557a358696f7b66734ce4688fa988 /editors
parent95a2755aa80aaf9119e172f6b2a61eeb04653eba (diff)
Don't creat public APIs with typos
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f1ed51d1b..3a1e6cf23 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -197,7 +197,7 @@
197 "type": "boolean", 197 "type": "boolean",
198 "description": "Whether to add parenthesis when completing functions" 198 "description": "Whether to add parenthesis when completing functions"
199 }, 199 },
200 "completion.insertion.add-argument-sippets": { 200 "completion.insertion.add-argument-snippets": {
201 "type": "boolean", 201 "type": "boolean",
202 "description": "Whether to add argument snippets when completing functions" 202 "description": "Whether to add argument snippets when completing functions"
203 }, 203 },