From d325d7b78b0db02212c6759a1f59247c63be5f9e Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 20 Jul 2023 14:23:30 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfafe7781..8185423b3 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ $ yarn format:apply ### Getting Rid of Organize Imports Functionality When saving any changes before pushing the code, save would auto organize/sort the imports. -The reason is that VSCode's setting may go agaisnt ESlin. +The reason is that VSCode's setting may go agaisnt ESLint. To get rid of that behaviour, from `settings.json` change the ` "source.organizeImports" ` to `false` ``` "redhat.telemetry.enabled": true,