Skip to content

Commit c64e7a7

Browse files
authored
Typo
1 parent 3d5e576 commit c64e7a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-web-pubsub/socketio-serverless-tutorial-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This tutorial guides you through how to publish data to Socket.IO clients in Ser
1515

1616
Find full code samples that are used in this tutorial:
1717

18-
- [Socket.IO Serverless Pyhon Sample](https://github.com/Azure/azure-webpubsub/tree/main/sdk/webpubsub-socketio-extension/examples/chat-serverless-javascript)
18+
- [Socket.IO Serverless Python Sample](https://github.com/Azure/azure-webpubsub/tree/main/sdk/webpubsub-socketio-extension/examples/chat-serverless-javascript)
1919

2020
> [!IMPORTANT]
2121
> Default Mode needs a persistent server, you cannot integration Web PubSub for Socket.IO in default mode with Azure Function.
@@ -109,11 +109,11 @@ def index(req: func.HttpRequest) -> func.HttpResponse:
109109
return func.HttpResponse(f.read(), mimetype='text/html')
110110
```
111111

112-
Here's the explain of these functions:
112+
Here's the explanation of these functions:
113113

114114
- `publish_data`: This function updates the NASDAQ index every second with a random change and broadcasts it to connected clients with Socket.IO Output Binding.
115115

116-
- `negotiate`: This function responses a negotiation result to the client.
116+
- `negotiate`: This function response a negotiation result to the client.
117117

118118
- `index`: This function returns a static HTML page.
119119

0 commit comments

Comments
 (0)