Fix typo, replace Interface with Inference (#3750)

pull/3731/head^2
CMarghin 2 years ago committed by GitHub
parent bee30defb5
commit 43292de507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save