Skip to content

Commit

Permalink
Update packages/eslint-plugin/docs/rules/no-implicit-any-catch.md
Browse files Browse the repository at this point in the history
Co-authored-by: Glen <glen.84@gmail.com>
  • Loading branch information
phiresky and glen-84 committed Jun 16, 2020
1 parent 6f4d7ae commit 1c4389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-implicit-any-catch.md
Expand Up @@ -7,7 +7,7 @@ The noImplicitAny flag in TypeScript does not cover this due to backwards compat

## Rule Details

This rule doesn't requires an explicit type to be declared in the catch clause error argument.
This rule requires an explicit type to be declared in the catch clause error argument.

The following pattern is considered a warning:

Expand Down

0 comments on commit 1c4389d

Please sign in to comment.