Skip to content

Commit

Permalink
ignoreStatic: ["Thenable"] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg committed Feb 6, 2019
1 parent 0990057 commit c624d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-unbound-method.md
Expand Up @@ -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 {
Expand Down

0 comments on commit c624d05

Please sign in to comment.