From 01f7deda70e95c1103dfe61228859a1f921c627a Mon Sep 17 00:00:00 2001 From: Amey Shrivastava <72866602+AmeyShrivastava@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:06:06 +0530 Subject: [PATCH] Fix Typo in Angular Starter Guide --- content/blog/web-framework-quickstart-guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/web-framework-quickstart-guide/index.md b/content/blog/web-framework-quickstart-guide/index.md index 61e16e72..f8202d2e 100644 --- a/content/blog/web-framework-quickstart-guide/index.md +++ b/content/blog/web-framework-quickstart-guide/index.md @@ -94,7 +94,7 @@ Using Angular CLI, we can quickly generate an Angular project. ### Pre-requisites -To get started with Vite, there's a few things we should know about first: +To get started with Angular CLI, there's a few things we should know about first: - [Know what Node and NPM are and how to use them](/posts/how-to-use-npm)