From bd46dc4647faa4c3bbb5f60d4c00616a64081398 Mon Sep 17 00:00:00 2001 From: emclain <2669564+emclain@users.noreply.github.com> Date: Wed, 7 Apr 2021 14:01:15 -0700 Subject: [PATCH] Docs: Fix incorrect reference to "braces" in arrow-parens (#14300) --- docs/rules/arrow-parens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/arrow-parens.md b/docs/rules/arrow-parens.md index e4fc5845af2..144ebdf0710 100644 --- a/docs/rules/arrow-parens.md +++ b/docs/rules/arrow-parens.md @@ -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: