From c624d05b1382cfedcecaa131169b75b5b5ff88dc Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 5 Feb 2019 21:50:59 -0500 Subject: [PATCH] ignoreStatic: ["Thenable"] typo --- packages/eslint-plugin/docs/rules/no-unbound-method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {