Skip to content

Commit af18c11

Browse files
committed
Fix typo
Http/Https -> HTTP/HTTPS
1 parent cbe6d55 commit af18c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/functions-bring-your-own.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Your function app is now able to receive anonymous traffic.
133133
- Only one Azure Functions app is available to a single static web app.
134134
- The `api_location` value in the [workflow configuration](./build-configuration.md) must be set to an empty string.
135135
- Not supported in Static Web Apps pull request environments.
136-
- While your Azure Functions app may respond to various triggers, the static web app can only access functions via Http endpoints.
136+
- While your Azure Functions app may respond to various triggers, the static web app can only access functions via HTTP endpoints.
137137

138138
## Next steps
139139

0 commit comments

Comments
 (0)