Skip to content

Commit e3b8fc4

Browse files
Update articles/javascript/how-to/create-static-web-app.md
Co-authored-by: Craig Shoemaker <craig@craigshoemaker.net>
1 parent a3de689 commit e3b8fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/javascript/how-to/create-static-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Azure Static Web Apps is a service that automatically builds and deploys full st
1313
* **Client apps**: Static web apps are commonly built using libraries and frameworks like Angular, React, Svelte, Vue, or Blazor where server-side rendering is not required.
1414
* **APIs**: API endpoints are hosted using a serverless architecture, which avoids the need for a full back-end server all together.
1515

16-
* [Static web app community samples](https://github.com/microsoft/static-web-apps-gallery-code-samples)
16+
* [Static Web Apps community samples](https://github.com/microsoft/static-web-apps-gallery-code-samples)
1717

1818
## What is a static web app?
1919

0 commit comments

Comments
 (0)