From 7004b3ac57786d2cb7f3e61d42684ca4bfed4951 Mon Sep 17 00:00:00 2001 From: pierre golfier Date: Sun, 3 Mar 2024 16:30:33 +0100 Subject: [PATCH] docs(pubsub): correct typo (#22) --- docs/1.guide/5.pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.guide/5.pubsub.md b/docs/1.guide/5.pubsub.md index 18ae4cb..b7140cd 100644 --- a/docs/1.guide/5.pubsub.md +++ b/docs/1.guide/5.pubsub.md @@ -4,7 +4,7 @@ icon: simple-icons:googlepubsub # Pub / Sub -CrossWS supports native pub-sub API integration. A [peer](/guide/peer) can be subscribed to a set of named channels using `peer.subscribe()`. Messages can be published tro a channel using `peer.publish(, )`. +CrossWS supports native pub-sub API integration. A [peer](/guide/peer) can be subscribed to a set of named channels using `peer.subscribe()`. Messages can be published to a channel using `peer.publish(, )`. > [!IMPORTANT] > Native pub/sub is currently only available for [Bun](/adapters/bun) and [Node.js](http://localhost:4000/adapters/node#uwebsockets).