diff --git a/packages/eslint-plugin/docs/rules/no-type-alias.md b/packages/eslint-plugin/docs/rules/no-type-alias.md index 20302bdd7400..02a1cbe30d45 100644 --- a/packages/eslint-plugin/docs/rules/no-type-alias.md +++ b/packages/eslint-plugin/docs/rules/no-type-alias.md @@ -591,7 +591,7 @@ callback, etc. that would cause the code to be unreadable or impractical. ## Further Reading -- [Advance Types](https://www.typescriptlang.org/docs/handbook/advanced-types.html) +- [Advanced Types](https://www.typescriptlang.org/docs/handbook/advanced-types.html) ## Related To