Skip to content

Commit c32482e

Browse files
authored
docs: Typo in space-infix-ops docs (#15754)
* fix: typo in space-infix-docs * fix: fix type error in space-infix-ops
1 parent f2c2d35 commit c32482e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/rules/space-infix-ops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ While formatting preferences are very personal, a number of style guides require
88
var sum = 1 + 2;
99
```
1010

11-
The proponents of these extra spaces believe it make the code easier to read and can more easily highlight potential errors, such as:
11+
Proponents of this rule believe that it makes code easier to read and can more easily highlight potential errors, such as:
1212

1313
```js
1414
var sum = i+++2;

0 commit comments

Comments
 (0)