Skip to content

Commit 9703b71

Browse files
committed
resolve conflict.
1 parent 3a538b6 commit 9703b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/tutorial-build-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ Then we need to set the Webhook URL in the service so it can know where to call
592592
ngrok http 8080
593593
```
594594
595-
Ngrok will print a URL (`https://<domain-name>.ngrok.io`) that can be accessed from internet. In above step we listen the `/eventhandler` path, so next we'd like the service to send events to `https://<domain-name>.ngrok.io/eventhandler`.
595+
ngrok will print a URL (`https://<domain-name>.ngrok.io`) that can be accessed from internet. In above step we listens the `/eventhandler` path, so next we'd like the service to send events to `https://<domain-name>.ngrok.io/eventhandler`.
596596
597597
### Set event handler
598598

0 commit comments

Comments
 (0)