Skip to content

Commit 9a5058f

Browse files
authored
Pages: Fix typo in angular framework documentation (#11816)
* Fix typo in angular framework docs "se the" => "See the" * Correct typo correction "se" should be "Use", not "See"
1 parent 6e220b6 commit 9a5058f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/framework-guides/deploy-an-angular-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this guide, you will create a new Angular application and deploy it using Clo
1111

1212
## Setting up a new project
1313

14-
se the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) CLI (C3) to set up a new project. C3 will create a new project directory, initiate Angular's official setup tool, and provide the option to deploy instantly.
14+
Use the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) CLI (C3) to set up a new project. C3 will create a new project directory, initiate Angular's official setup tool, and provide the option to deploy instantly.
1515
To use `create-cloudflare` to create a new Angular project, run the following command:
1616

1717
To use `create-cloudflare` to create a new Angular project, run the following command:

0 commit comments

Comments
 (0)