Repository: activemq-artemis Updated Branches: refs/heads/master 74349fd17 -> cc04b8ff1
Minor typo in docs Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cc04b8ff Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cc04b8ff Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cc04b8ff Branch: refs/heads/master Commit: cc04b8ff176c7e42079e977fc724ccc569b13b2c Parents: 74349fd Author: Daniel Kulp <[email protected]> Authored: Fri Jul 7 15:53:50 2017 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Jul 7 15:53:50 2017 -0400 ---------------------------------------------------------------------- docs/user-manual/en/address-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cc04b8ff/docs/user-manual/en/address-model.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/address-model.md b/docs/user-manual/en/address-model.md index 0a6c9f0..f1865d3 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.  Figure 2. Publish-Subscribe
