Skip to content

Commit eaa7f2b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/reference-functions-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Web PubSub is an Azure-managed service that helps developers easily build web ap
1717
| Action | Type |
1818
|---------|---------|
1919
| Run a function when messages come from service | [Trigger binding](#trigger-binding) |
20-
| Bind request to target object under Http trigger for negotiation and upstream requests | [Input binding](#input-binding)
20+
| Bind request to target object under HTTP trigger for negotiation and upstream requests | [Input binding](#input-binding)
2121
| Invoke service do actions | [Output binding](#output-binding) |
2222

2323
[Source code](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/webpubsub/) |

0 commit comments

Comments
 (0)