Skip to content

Commit

Permalink
Docs: Updated arrow-parens for minor grammar issue (eslint#12962)
Browse files Browse the repository at this point in the history
  • Loading branch information
whynotavailable authored and montmanu committed Mar 4, 2020
1 parent 3eccfff commit c01b647
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 c01b647

Please sign in to comment.