From e9dfbf06f01995162bbf7e08d7cac77f51e77192 Mon Sep 17 00:00:00 2001 From: Tobias Preuss Date: Mon, 15 May 2023 21:41:24 +0200 Subject: [PATCH] Fix minor typo. --- GutterColor.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GutterColor.sublime-settings b/GutterColor.sublime-settings index 18c81f0..1d90ada 100644 --- a/GutterColor.sublime-settings +++ b/GutterColor.sublime-settings @@ -25,7 +25,7 @@ * * Valid strings are "syntax-specific"/"syntax", "global"/"user", and settings * file names (e.g. "Packages/SomePlugin/SomePlugin.sublime-settings"). - * "fix_color_schemes": true is eqivalent to ["global", "syntax-specific"] + * "fix_color_schemes": true is equivalent to ["global", "syntax-specific"] */ "fix_color_schemes": false,