Skip to content

Commit 6b5cf5d

Browse files
author
Adrian Hall
committed
Fix Acrolinx errors.
1 parent 93dc923 commit 6b5cf5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can add serverless APIs to Azure Static Web Apps that are powered by Azure F
3232
3333
## Create the static web app
3434

35-
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.
35+
Before adding an API, create and deploy a frontend application to Azure Static Web Apps by following the [Building your first static site with Azure Static Web Apps](getting-started.md) quickstart.
3636

3737
Once you have a frontend application deployed to Azure Static Web Apps, [clone your app repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository). For example, to clone using the `git` command line:
3838

@@ -319,7 +319,7 @@ Run the frontend app and API together by starting the app with the Static Web Ap
319319

320320
---
321321

322-
1. Windows Firewall may prompt to request that the Azure Functions runtime can access the Internet. If this happens, select **Allow**.
322+
1. Windows Firewall may prompt to request that the Azure Functions runtime can access the Internet. Select **Allow**.
323323

324324
2. When the CLI processes start, access your app at `http://localhost:4280/`. Notice how the page calls the API and displays its output, `Hello from the API`.
325325

0 commit comments

Comments
 (0)