Skip to content

Commit

Permalink
Docs: Fix incorrect reference to "braces" in arrow-parens (#14300)
Browse files Browse the repository at this point in the history
  • Loading branch information
emclain committed Apr 7, 2021
1 parent 0d6235e commit bd46dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/arrow-parens.md
Expand Up @@ -52,7 +52,7 @@ This rule has a string option and an object one.
String options are:

* `"always"` (default) requires parens around arguments in all cases.
* `"as-needed"` enforces no braces where they can be omitted.
* `"as-needed"` enforces no parens where they can be omitted.

Object properties for variants of the `"as-needed"` option:

Expand Down

0 comments on commit bd46dc4

Please sign in to comment.