From e319998592d01ef9768fde5eceb46f67d5005eca Mon Sep 17 00:00:00 2001 From: Cary Wolff Date: Sat, 29 Feb 2020 14:26:36 -0600 Subject: [PATCH] Docs: rewrote for clarity (fixes #12900 --- docs/rules/func-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/func-style.md b/docs/rules/func-style.md index e17fecf8f82..6abe9228388 100644 --- a/docs/rules/func-style.md +++ b/docs/rules/func-style.md @@ -55,7 +55,7 @@ This rule has a string option: This rule has an object option for an exception: -* `"allowArrowFunctions": true` (default `false`) allows the use of arrow functions (honoured only when using `declaration`) +* `"allowArrowFunctions": true` (default `false`) When used with the `declaration` option, arrow functions are allowed ### expression