From 982e3cce528893b7ae7eb036464f24e59b3cda9b Mon Sep 17 00:00:00 2001 From: aparziale Date: Sat, 25 Apr 2026 09:16:09 +0200 Subject: [PATCH] docs: Fix typo in doc Fix typo in documentation. Changed "create workspace" to "create a workspace" Fixed #68375 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf7d7a7d94..c1528944d08 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Install the Angular CLI globally: npm install -g @angular/cli ``` -Create workspace: +Create a workspace: ``` ng new [PROJECT NAME]