From fb07ba5217541ce37201fbe964f2fd0de9c36a0e Mon Sep 17 00:00:00 2001 From: tfermm Date: Tue, 11 Feb 2020 14:47:30 -0500 Subject: [PATCH] Fixed typo Enalbe -> Enable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94ad86..6dabe8d 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run the file minifier with **F1** `Minify`. Folders containing Javascript and CSS file can be minified to a single file (to `{dirname}.min.[css|js]`) with **F1** `Minify Directory`. It is acceptable to have a single directory minified for both Javascript and CSS. -Optionally runs minify on save when a matching minified file (and/or directory) already exists. Enalbe in your user or workspace settings. The setting defaults are shown below: +Optionally runs minify on save when a matching minified file (and/or directory) already exists. Enable in your user or workspace settings. The setting defaults are shown below: ```json "minify.minifyExistingOnSave": false,