Skip to content

Commit

Permalink
chore(eslint-plugin): correct grammatical mistake (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
AZMCode committed Apr 24, 2020
1 parent 4ef6788 commit 93fb661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-extraneous-class.md
Expand Up @@ -58,7 +58,7 @@ type Options = {
allowEmpty?: boolean;
// allow extraneous classes if they only contain static members
allowStaticOnly?: boolean;
// allow extraneous classes if they are have a decorator
// allow extraneous classes if they have a decorator
allowWithDecorator?: boolean;
};

Expand Down

0 comments on commit 93fb661

Please sign in to comment.