Skip to content

Commit

Permalink
docs(eslint-plugin): [no-type-alias] fix typo (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherryblossom000 committed Apr 3, 2020
1 parent ab8572e commit d304a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-type-alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ On the other hand, using a type alias as an interface can limit your ability to:
- Debug your code: interfaces create a new name, so is easy to identify the base type of an object
while debugging the application.

Finally, mapping types is an advance technique, leaving it open can quickly become a pain point
Finally, mapping types is an advanced technique and leaving it open can quickly become a pain point
in your application.

## Rule Details
Expand Down

0 comments on commit d304a05

Please sign in to comment.