diff --git a/packages/eslint-plugin/docs/rules/explicit-function-return-type.md b/packages/eslint-plugin/docs/rules/explicit-function-return-type.md index 0d0e476d576c..c7ac599ac56c 100644 --- a/packages/eslint-plugin/docs/rules/explicit-function-return-type.md +++ b/packages/eslint-plugin/docs/rules/explicit-function-return-type.md @@ -289,9 +289,11 @@ You may pass function/method names you would like this rule to ignore, like so: } ``` -### `allowIIFE` +### `allowIIFEs` -Examples of code for this rule with `{ allowIIFE: true }`: +Examples of code for this rule with `{ allowIIFEs: true }`: + + #### ❌ Incorrect