We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8572e commit d304a05Copy full SHA for d304a05
packages/eslint-plugin/docs/rules/no-type-alias.md
@@ -69,7 +69,7 @@ On the other hand, using a type alias as an interface can limit your ability to:
69
- Debug your code: interfaces create a new name, so is easy to identify the base type of an object
70
while debugging the application.
71
72
-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
73
in your application.
74
75
## Rule Details
0 commit comments