From 43292de507157c1f66428c948172ae00b4afc7b0 Mon Sep 17 00:00:00 2001 From: CMarghin <74823355+CH4R4F@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:32:51 +0000 Subject: [PATCH] Fix typo, replace Interface with Inference (#3750) --- .../angular/content/100-typescript-basics/103-type-inference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)