From cc04b8ff176c7e42079e977fc724ccc569b13b2c Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Fri, 7 Jul 2017 15:53:50 -0400 Subject: [PATCH] Minor typo in docs --- docs/user-manual/en/address-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/en/address-model.md b/docs/user-manual/en/address-model.md index 0a6c9f082c..f1865d37c1 100644 --- a/docs/user-manual/en/address-model.md +++ b/docs/user-manual/en/address-model.md @@ -57,7 +57,7 @@ Add an address configuration element and its associated queue if they do not exi In a publish-subscribe scenario, messages are sent to every consumer subscribed to an address. JMS topics and MQTT subscriptions are two examples of publish-subscribe messaging. -To configure an address with publish-subscribe semantics, create an address with the multicast routing tyoe. +To configure an address with publish-subscribe semantics, create an address with the multicast routing type. ![Publish Subscribe](images/addressing-model-pubsub.png) Figure 2. Publish-Subscribe