Skip to content

Commit 9198db9

Browse files
fix typos
1 parent 45cd263 commit 9198db9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

articles/static-web-apps/local-development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ To provide a similar experience as to what you get in Azure, the [Azure Static W
3636
3737
[!INCLUDE [Local development overview](../../includes/static-web-apps-local-dev-overview.md)]
3838

39+
The following article details the steps for running a node-based application, but the process is the same for any language or environment.
40+
3941
## Prerequisites
4042

4143
- **Existing Azure Static Web Apps site**: If you don't have one, begin with the [vanilla-api](https://github.com/staticwebdev/vanilla-api/generate?return_to=/staticwebdev/vanilla-api/generate) starter app.

articles/static-web-apps/static-web-apps-cli-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: static-web-apps
77
ms.topic: conceptual
8-
ms.date: 02/05/2024
8+
ms.date: 02/06/2024
99
ms.author: cshoe
1010
---
1111

1212
# Azure Static Web Apps CLI overview
1313

14-
Azure Static Web Apps websites are hosted cloud in the cloud and often connect together a collection of cloud services. During development and any other time you need to run your app locally, you need special tools that mimic how your app runs in the cloud.
14+
Azure Static Web Apps websites are hosted in the cloud and often connect together a collection of cloud services. During development, and any time you need to run your app locally, you need tools to mimic how your app runs in the cloud.
1515

16-
The Static Web Apps CLI (SWA CLI) includes a series of locally run services that approximate how your app would run on Azure, but instead running exclusively on your machine.
16+
The Static Web Apps CLI (SWA CLI) includes a series of local services that approximate how your app would run on Azure, but instead they run exclusively on your machine.
1717

18-
Azure Static Web Apps CLI provides the following services:
18+
The Azure Static Web Apps CLI provides the following services:
1919

2020
- A local static site server
2121
- A proxy to the front-end framework development server

includes/static-web-apps-local-dev-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following chart shows how requests are handled locally.
2525

2626
- **Responses** from all services are returned to the browser as if they were all a single application.
2727

28-
The following article details the steps for running a node-based application, but the process is the same for any language or environment. Once you start the UI and the Azure Functions API apps independently, then start the Static Web Apps CLI and point it to the running apps using the following command:
28+
Once you start the UI and the Azure Functions API apps independently, then start the Static Web Apps CLI and point it to the running apps using the following command:
2929

3030
```console
3131
swa start http://localhost:<DEV-SERVER-PORT-NUMBER> --api-location http://localhost:7071

0 commit comments

Comments
 (0)