From fad58055fc18224cc7e543781b6a067020998c15 Mon Sep 17 00:00:00 2001 From: Krasimir Nedelchev Date: Mon, 17 Feb 2020 18:53:24 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bc9708b..c33c3782 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The old `eslint.autoFixOnSave` setting is now deprecated and can safely be remov If the old `eslint.autoFixOnSave` option is set to true ESLint will prompt to convert it to the new `editor.codeActionsOnSave` format. If you want to avoid the migration you can respond in the dialog in the following ways: -- Not now: the setting will not be migrated by ESLint prompts again the next time you open the worksapce +- Not now: the setting will not be migrated by ESLint prompts again the next time you open the workspace - Never migrate Settings: the settings migration will be disabled by changing the user setting `eslint.migration.2_x` to `off` The migration can always be triggered manually using the command `ESLint: Migrate Settings`