Skip to content

Commit a2cb555

Browse files
docs: fix typo characterized -> categorized (#2097)
1 parent 0fc2707 commit a2cb555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/pubsub/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ weight: 60
2020
---
2121

2222
[`SUBSCRIBE`]({{< relref "/commands/subscribe" >}}), [`UNSUBSCRIBE`]({{< relref "/commands/unsubscribe" >}}) and [`PUBLISH`]({{< relref "/commands/publish" >}}) implement the [Publish/Subscribe messaging paradigm](http://en.wikipedia.org/wiki/Publish/subscribe) where (citing Wikipedia) senders (publishers) are not programmed to send their messages to specific receivers (subscribers).
23-
Rather, published messages are characterized into channels, without knowledge of what (if any) subscribers there may be.
23+
Rather, published messages are categorized into channels, without knowledge of what (if any) subscribers there may be.
2424
Subscribers express interest in one or more channels and only receive messages that are of interest, without knowledge of what (if any) publishers there are.
2525
This decoupling of publishers and subscribers allows for greater scalability and a more dynamic network topology.
2626

0 commit comments

Comments
 (0)