Skip to content

Commit 437d8a1

Browse files
authored
Merge pull request #127829 from kjnckelly/patch-1
Fixed typo under "Delivering real-time-updates"
2 parents 47b6d78 + f9c27dd commit 437d8a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-web-pubsub/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These drawbacks are the primary motivations that drive developers to look for al
2525
With the recent surge in interest in AI, Web PubSub has become an invaluable tool to developers building AI-enabled applications for token streaming. The service is battle-tested to scale to tens of millions of concurrent connections and offers ultra-low latency.
2626

2727
### Delivering real-time updates
28-
Any app scenario where updates at the data resource need to be delivered to other components across network can benefit from using Azure Web PubSub. As the name suggests, the service facilities the communication between a publisher and subscribers. A publisher is a component that publishes data updates. A subscriber is a component that subscribes to data updates.
28+
Any app scenario where updates at the data resource need to be delivered to other components across network can benefit from using Azure Web PubSub. As the name suggests, the service facilitates the communication between a publisher and subscribers. A publisher is a component that publishes data updates. A subscriber is a component that subscribes to data updates.
2929

3030
Azure Web PubSub service is used in a multitude of industries and app scenarios where data is time-sensitive. Here's a partial list of some common use cases.
3131

0 commit comments

Comments
 (0)