Skip to content

Commit 2a02ee1

Browse files
authored
Fixes typo on client messages exemples doc
1 parent c1e5d59 commit 2a02ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client/message_examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nav_order: 2
1616

1717
## Scope
1818

19-
There are two two types possible scopes: `Message:SCOPE_MESSAGE_BUS` and `Message::SCOPE_APP`.
19+
There are two types possible scopes: `Message:SCOPE_MESSAGE_BUS` and `Message::SCOPE_APP`.
2020
The first one instructs the client send messages (if driver supports) to the message bus so other apps can consume those messages.
2121
The second in turns limits the message to the application that sent it. No other apps could receive it.
2222

0 commit comments

Comments
 (0)