Navigation Menu

Skip to content

Commit

Permalink
docs: Typo in space-infix-ops docs (#15754)
Browse files Browse the repository at this point in the history
* fix: typo in space-infix-docs

* fix: fix type error in space-infix-ops
  • Loading branch information
kmin-jeong committed Apr 4, 2022
1 parent f2c2d35 commit c32482e
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;
```

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:

```js
var sum = i+++2;
Expand Down

0 comments on commit c32482e

Please sign in to comment.