Skip to content

Commit

Permalink
docs(eslint-plugin): fix typo in typedef docs (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorff5 authored and bradzacher committed Sep 15, 2019
1 parent 2bf8231 commit 752fb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/typedef.md
Expand Up @@ -44,7 +44,7 @@ For example, with the following configuration:
```json
{
"rules": {
"typedef": [
"@typescript-eslint/typedef": [
"error",
{
"arrowParameter": false,
Expand Down

0 comments on commit 752fb31

Please sign in to comment.