Skip to content

Commit fa7fd54

Browse files
acrolinx
1 parent 6e701b7 commit fa7fd54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/static-web-apps/add-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can add serverless APIs to Azure Static Web Apps that are powered by Azure F
2828

2929
## Create the static web app
3030

31-
Before adding an API, create and deploy a frontend application to Azure Static Web Apps. Use an existing app that you have already deployed or create one by following the [Building your first static site with Azure Static Web Apps](getting-started.md) quickstart.
31+
Before adding an API, create and deploy a frontend application to Azure Static Web Apps. Use an existing app that you've already deployed or create one by following the [Building your first static site with Azure Static Web Apps](getting-started.md) quickstart.
3232

3333
In Visual Studio Code, open the root of your app's repository. The folder structure contains the source for your frontend app and the Static Web Apps GitHub workflow in _.github/workflows_ folder.
3434

@@ -46,7 +46,7 @@ You create an Azure Functions project for your static web app's API. By default,
4646

4747
1. Press <kbd>F1</kbd> to open the Command Palette.
4848

49-
1. Select **Azure Static Web Apps: Create HTTP Function...**. If you're prompted to install the Azure Functions extension, install it and re-run this command.
49+
1. Select **Azure Static Web Apps: Create HTTP Function...**. If you're prompted to install the Azure Functions extension, install it and rerun this command.
5050

5151
1. When prompted, enter the following values:
5252

@@ -215,7 +215,7 @@ export default {
215215

216216
## Run the frontend and API locally
217217

218-
To run your frontend app and API together locally, Azure Static Web Apps provides a CLI that emulates the cloud environment. The CLI leverages the Azure Functions Core Tools to run the API.
218+
To run your frontend app and API together locally, Azure Static Web Apps provides a CLI that emulates the cloud environment. The CLI uses the Azure Functions Core Tools to run the API.
219219

220220
### Install command line tools
221221

@@ -231,7 +231,7 @@ If your app uses a framework, build the app to generate the output before runnin
231231

232232
# [No Framework](#tab/vanilla-javascript)
233233

234-
There is no need to build the app.
234+
There's no need to build the app.
235235

236236
# [Angular](#tab/angular)
237237

0 commit comments

Comments
 (0)