From 8e384d9f0d974996ba7bdb49c1763fdda3404b96 Mon Sep 17 00:00:00 2001 From: Athur Ming Date: Fri, 6 Nov 2020 14:57:34 +0800 Subject: [PATCH] docs: typo fix for 'Intall' (#39585) 'Intall' should be 'Install' PR Close #39585 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cef5f16b88..58aac4dc2c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Get started with Angular, learn the fundamentals and explore advanced topics on ### Setting Up a Project -Intall the Angular CLI globally: +Install the Angular CLI globally: ``` npm install -g @angular/cli