Skip to content

Commit 7dfe1bf

Browse files
author
Adrian Hall
committed
Corrected highlighting in code sample.
1 parent 6b5cf5d commit 7dfe1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before adding an API, create and deploy a frontend application to Azure Static W
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

3939
```bash
40-
git clone https://github.com/_username_/my-first-static-web-app
40+
git clone https://github.com/my-username/my-first-static-web-app
4141
```
4242

4343
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.

0 commit comments

Comments
 (0)