We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c2d35 commit c32482eCopy full SHA for c32482e
1 file changed
docs/rules/space-infix-ops.md
@@ -8,7 +8,7 @@ While formatting preferences are very personal, a number of style guides require
8
var sum = 1 + 2;
9
```
10
11
-The proponents of these extra spaces believe it make the code easier to read and can more easily highlight potential errors, such as:
+Proponents of this rule believe that it makes code easier to read and can more easily highlight potential errors, such as:
12
13
```js
14
var sum = i+++2;
0 commit comments