diff --git a/src/data/roadmaps/angular/content/100-typescript-basics/103-type-inference.md b/src/data/roadmaps/angular/content/100-typescript-basics/103-type-inference.md index 05d1d7642..ca7ad1826 100644 --- a/src/data/roadmaps/angular/content/100-typescript-basics/103-type-inference.md +++ b/src/data/roadmaps/angular/content/100-typescript-basics/103-type-inference.md @@ -4,5 +4,5 @@ In TypeScript, several places where `type inference` is used to provide type inf Visit the following resources to learn more: -- [Type Interface - typescriptlang](https://www.typescriptlang.org/docs/handbook/type-inference.html) +- [Type Inference - typescriptlang](https://www.typescriptlang.org/docs/handbook/type-inference.html) - [Type Inference video for Beginners](https://www.youtube.com/watch?v=3ui_st7rtfA)