Skip to content

Commit 037c8a4

Browse files
authored
Merge pull request #1065 from brunousml/fixes-typo-on-doc-cme
Fixes typo on client messages exemples doc
2 parents c1e5d59 + 2a02ee1 commit 037c8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)