Skip to content

Commit d304a05

Browse files
docs(eslint-plugin): [no-type-alias] fix typo (#1840)
1 parent ab8572e commit d304a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/no-type-alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ On the other hand, using a type alias as an interface can limit your ability to:
6969
- Debug your code: interfaces create a new name, so is easy to identify the base type of an object
7070
while debugging the application.
7171

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

7575
## Rule Details

0 commit comments

Comments
 (0)