Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored Mar 18, 2024
1 parent 76fc105 commit 7dacb00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/1.guide/3.peer.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ Client connection status (might be `undefined`)
### `peer.subscribe(channel)`

Join a boradcast channel.
Join a broadcast channel.

:read-more{to="/guide/pubsub"}

### `peer.unsubscribe(channel)`

Leave a boradcast channel.
Leave a broadcast channel.

:read-more{to="/guide/pubsub"}

### `peer.publish(channel, message)`

Boradcast a message to the channel.
broadcast a message to the channel.

:read-more{to="/guide/pubsub"}

Expand Down

0 comments on commit 7dacb00

Please sign in to comment.