Skip to content

Commit

Permalink
Docs: Updated arrow-parens for minor grammar issue (#12962)
Browse files Browse the repository at this point in the history
  • Loading branch information
whynotavailable committed Feb 28, 2020
1 parent 7d52151 commit e997f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/arrow-parens.md
Expand Up @@ -90,7 +90,7 @@ a.then((foo) => { if (true) {} });

#### If Statements

One of benefits of this option is that it prevents the incorrect use of arrow functions in conditionals:
One of the benefits of this option is that it prevents the incorrect use of arrow functions in conditionals:

```js
/*eslint-env es6*/
Expand Down

0 comments on commit e997f32

Please sign in to comment.