From b98b8c3b5c9d91cf16c5fe1fecb3e8f22b9e23b1 Mon Sep 17 00:00:00 2001 From: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com> Date: Mon, 30 May 2022 16:19:26 +0530 Subject: [PATCH] Revert "docs: Typo in space-infix-ops docs (#15754)" This reverts commit 373d744c407ce684359189e4102ad89289309b09. --- docs/rules/space-infix-ops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/space-infix-ops.md b/docs/rules/space-infix-ops.md index 9453b7990c5..2b6bd8867eb 100644 --- a/docs/rules/space-infix-ops.md +++ b/docs/rules/space-infix-ops.md @@ -8,7 +8,7 @@ While formatting preferences are very personal, a number of style guides require var sum = 1 + 2; ``` -Proponents of this rule believe that it makes code easier to read and can more easily highlight potential errors, such as: +The proponents of these extra spaces believe it make the code easier to read and can more easily highlight potential errors, such as: ```js var sum = i+++2;