Skip to content

Commit 218c413

Browse files
Apply suggestions from code review
Co-Authored-By: John Papa <[email protected]>
1 parent d936d51 commit 218c413

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/static-apps/getting-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,35 @@ This article uses GitHub template repos to make it easy for you to create a new
2828

2929
- Navigate to the following location to create a new repository
3030
- https://github.com/staticwebdev/angular-basic/generate
31-
- Name your repository **my-first-static-app**
31+
- Name your repository **my-first-static-web-app**
3232
- Click the **Create repository from template** button
3333

3434
# [React](#tab/react)
3535

3636
- Navigate to the following location to create a new repository
3737
- https://github.com/staticwebdev/react-basic/generate
38-
- Name your repository **my-first-static-app**
38+
- Name your repository **my-first-static-web-app**
3939
- Click the **Create repository from template** button
4040

4141
# [Vue](#tab/vue)
4242

4343
- Navigate to the following location to create a new repository
4444
- https://github.com/staticwebdev/vue-basic/generate
45-
- Name your repository **my-first-static-app**
45+
- Name your repository **my-first-static-web-app**
4646
- Click the **Create repository from template** button
4747

4848
# [No Framework](#tab/vanilla-javascript)
4949

5050
- Navigate to the following location to create a new repository
5151
- https://github.com/staticwebdev/vanilla-basic/generate
52-
- Name your repository **my-first-static-app**
52+
- Name your repository **my-first-static-web-app**
5353
- Click the **Create repository from template** button
5454

5555
---
5656

57-
## Create a static app
57+
## Create a static web app
5858

59-
Now that the repo is created, you can create a static app from the Azure portal.
59+
Now that the repo is created, you can create a static web app from the Azure portal.
6060

6161
- Navigate to the [Azure portal](https://portal.azure.com)
6262
- In the top bar, search for **Static Web Apps**
@@ -68,7 +68,7 @@ Begin by configuring your new app and linking it to a GitHub repository.
6868

6969
- Select your _Azure subscription_
7070
- Select or create a new _Resource Group_
71-
- Name the app **my-first-static-app**.
71+
- Name the app **my-first-static-web-app**.
7272
- Valid characters are `a-z` (case insensitive), `0-9`, and `_`.
7373
- Select _Region_ closest to you
7474
- Select the **Free** _SKU_
@@ -130,7 +130,7 @@ Once the provisioning and deployment is complete, you can click on the _URL_ lin
130130

131131
## Clean up resources
132132

133-
If you're not going to continue to use this application, you can delete the static app through the following steps:
133+
If you're not going to continue to use this application, you can delete the static web app through the following steps:
134134

135135
1. Open the [Azure portal](https://portal.azure.com)
136136
1. Search for **my-first-static-app** from the top search bar

0 commit comments

Comments
 (0)