From e68542a30ca1dd701093ac63689236c328d3238e Mon Sep 17 00:00:00 2001 From: Spencer Meredith <16077691+Spencer-M24@users.noreply.github.com> Date: Sat, 26 Jan 2019 15:32:30 -0800 Subject: [PATCH] Removed typo on line 21 "settingm" to settings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41256ea..1f7b84d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This collection is complementary to [atom/language-javascript](https://github.co ## Making the snippets top priority -I mostly prefer snippets to have the top priority in the autocompletion. This is not a default settingm but can be enabled by: +I mostly prefer snippets to have the top priority in the autocompletion. This is not a default settings but can be enabled by: ``` "editor.snippetSuggestions": "top",