diff --git a/docs/rules/func-style.md b/docs/rules/func-style.md index e17fecf8f82..4e8d701b3f9 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`) +* When using the `"allowArrowFunctions": true` (default `false`) option with `declaration` arrow functions are allowed ### expression