diff --git a/packages/eslint-plugin/docs/rules/no-unbound-method.md b/packages/eslint-plugin/docs/rules/no-unbound-method.md index 37dadeb0f6b..b3e989248a8 100644 --- a/packages/eslint-plugin/docs/rules/no-unbound-method.md +++ b/packages/eslint-plugin/docs/rules/no-unbound-method.md @@ -55,7 +55,7 @@ The rule accepts an options object with the following property: ### `ignoreStatic` -Examples of **correct** code for this rule with `{ ignoreStatic: ["Thenable"] }`: +Examples of **correct** code for this rule with `{ ignoreStatic: true }`: ```ts class OtherClass {