Skip to content

Commit

Permalink
Merge pull request #125314 from changeworld/patch-48
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Court72 authored Dec 23, 2024
2 parents 2154eb4 + 2e8f079 commit 5e42ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/azure-web-pubsub/concept-service-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.date: 08/21/2024

Azure Web PubSub Service provides an easy way to publish/subscribe messages using simple [WebSocket](https://tools.ietf.org/html/rfc6455) connections.

- Clients can be written in any language that has Websocket support.
- Clients can be written in any language that has WebSocket support.
- Both text and binary messages are supported within one connection.
- A simple protocol allows clients to publish massages directly to each other.
- The service manages the WebSocket connections for you.
Expand Down

0 comments on commit 5e42ef8

Please sign in to comment.