diff --git a/src/roadmaps/typescript/content/101-typescript-types/index.md b/src/roadmaps/typescript/content/101-typescript-types/index.md index 90c24f608..62b058398 100644 --- a/src/roadmaps/typescript/content/101-typescript-types/index.md +++ b/src/roadmaps/typescript/content/101-typescript-types/index.md @@ -19,7 +19,7 @@ TypeScript has several built-in types, including: 15. Type aliases 16. Type assertions -Additionally, you can also create custom types in TypeScript using interfaces, classes, and type aliases. +You can also create custom types in TypeScript using interfaces, classes, and type aliases. Learn more from the following links: