Skip to content

Commit

Permalink
Revert "docs: Typo in space-infix-ops docs (eslint#15754)"
Browse files Browse the repository at this point in the history
This reverts commit 373d744.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent 81f091e commit b98b8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/space-infix-ops.md
Expand Up @@ -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;
Expand Down

0 comments on commit b98b8c3

Please sign in to comment.