We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e5d59 commit 2a02ee1Copy full SHA for 2a02ee1
docs/client/message_examples.md
@@ -16,7 +16,7 @@ nav_order: 2
16
17
## Scope
18
19
-There are two two types possible scopes: `Message:SCOPE_MESSAGE_BUS` and `Message::SCOPE_APP`.
+There are two types possible scopes: `Message:SCOPE_MESSAGE_BUS` and `Message::SCOPE_APP`.
20
The first one instructs the client send messages (if driver supports) to the message bus so other apps can consume those messages.
21
The second in turns limits the message to the application that sent it. No other apps could receive it.
22
0 commit comments