Skip to content

Commit

Permalink
docs(eslint-plugin): ban-types: fix example syntax (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Witt authored and bradzacher committed Apr 15, 2019
1 parent eee6d49 commit 6c50a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/ban-types.md
Expand Up @@ -46,7 +46,7 @@ class Foo<F = string> extends Bar<string> implements Baz<string> {
"fixWith": "string"
}
}
}
}]
}
```

Expand Down

0 comments on commit 6c50a99

Please sign in to comment.