Skip to content

Commit

Permalink
[19.16] changed Enforce to avoid
Browse files Browse the repository at this point in the history
Good practice is to avoid spaces between functions and their invocations. But by mistake (I think so) you used the word Enforce instead of Avoid
  • Loading branch information
theBstar authored Oct 30, 2018
1 parent 03a0734 commit 41a13e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,7 @@ Other Style Guides
```
<a name="whitespace--func-call-spacing"></a>
- [19.16](#whitespace--func-call-spacing) Enforce spacing between functions and their invocations. eslint: [`func-call-spacing`](https://eslint.org/docs/rules/func-call-spacing)
- [19.16](#whitespace--func-call-spacing) Avoid spaces between functions and their invocations. eslint: [`func-call-spacing`](https://eslint.org/docs/rules/func-call-spacing)
```javascript
// bad
Expand Down

0 comments on commit 41a13e8

Please sign in to comment.