From 2a02ee1171c62a6acab87155dee404ff4c164c97 Mon Sep 17 00:00:00 2001 From: Bruno Melo Date: Tue, 9 Jun 2020 11:42:57 -0300 Subject: [PATCH] Fixes typo on client messages exemples doc --- docs/client/message_examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/message_examples.md b/docs/client/message_examples.md index 30efda7d1..f43ff6d46 100644 --- a/docs/client/message_examples.md +++ b/docs/client/message_examples.md @@ -16,7 +16,7 @@ nav_order: 2 ## Scope -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`. The first one instructs the client send messages (if driver supports) to the message bus so other apps can consume those messages. The second in turns limits the message to the application that sent it. No other apps could receive it.