Skip to content

Commit c0ca8b4

Browse files
update markdown numberings
1 parent 1224d83 commit c0ca8b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/static-web-apps/deploy-web-framework.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can run the app you create in this article on the platform of your choice in
3434

3535
::: zone pivot="vanilla-js"
3636

37-
1. Select an appropriate directory for your code, then run the following commands.
37+
2. Select an appropriate directory for your code, then run the following commands.
3838

3939
```bash
4040
npm create vite@latest swa-vanilla-demo -- --template=vanilla
@@ -51,7 +51,7 @@ You can run the app you create in this article on the platform of your choice in
5151

5252
::: zone pivot="angular"
5353

54-
1. Select an appropriate directory for your code, then run the following commands.
54+
2. Select an appropriate directory for your code, then run the following commands.
5555

5656
```bash
5757
npx --package @angular/cli@latest ng new swa-angular-demo --ssr=false --defaults
@@ -67,7 +67,7 @@ You can run the app you create in this article on the platform of your choice in
6767

6868
::: zone pivot="react"
6969

70-
1. Select an appropriate directory for your code, then run the following commands.
70+
2. Select an appropriate directory for your code, then run the following commands.
7171

7272
```bash
7373
npm create vite@latest swa-react-demo -- --template react
@@ -84,7 +84,7 @@ You can run the app you create in this article on the platform of your choice in
8484

8585
::: zone pivot="vue"
8686

87-
1. Select an appropriate directory for your code, then run the following commands.
87+
2. Select an appropriate directory for your code, then run the following commands.
8888

8989
```bash
9090
npm create vite@latest swa-vue-demo -- --template vue
@@ -99,7 +99,7 @@ You can run the app you create in this article on the platform of your choice in
9999

100100
::: zone-end
101101

102-
1. Select <kbd>Cmd/Ctrl</kbd>+<kbd>C</kbd> to stop the development server.
102+
3. Select <kbd>Cmd/Ctrl</kbd>+<kbd>C</kbd> to stop the development server.
103103

104104
[!INCLUDE [Create an Azure Static Web App](../../includes/static-web-apps/quickstart-direct-deploy-create.md)]
105105

0 commit comments

Comments
 (0)