diff --git a/content/en/docs/08.0/81_reactive-messaging.md b/content/en/docs/08.0/81_reactive-messaging.md index d4d1df9a..2279985c 100644 --- a/content/en/docs/08.0/81_reactive-messaging.md +++ b/content/en/docs/08.0/81_reactive-messaging.md @@ -45,7 +45,7 @@ If you read this example it's pretty clear what is happening. We are connecting Connector can: * retrieve messages from a remote broker (inbound) -* send messages to a remove broker (outbound) +* send messages to a remote broker (outbound) A connector can, of course, implement both directions.