Skip to content

Commit 34703f5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/socket-io-howto-integrate-apim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure API Management service provides a hybrid, multicloud management platform f
1717

1818
## Limitations
1919

20-
Socket.IO clients support WebSocket and Long Polling and by default, the client connects to the service with Long Polling and then upgrade to WebSocket. However, as for now, API Management doesn't yet support different types of APIs (WebSocket or Http) with the same path. You must set either `websocket` or `polling` in client settings.
20+
Socket.IO clients support WebSocket and Long Polling and by default, the client connects to the service with Long Polling and then upgrade to WebSocket. However, as for now, API Management doesn't yet support different types of APIs (WebSocket or HTTP) with the same path. You must set either `websocket` or `polling` in client settings.
2121

2222
## Create resources
2323

0 commit comments

Comments
 (0)