Repository: activemq-artemis
Updated Branches:
  refs/heads/master 520fe1c5b -> 47c2685f1


NO-JIRA minor typo in doc'd config sample


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fcf4f3e7
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fcf4f3e7
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fcf4f3e7

Branch: refs/heads/master
Commit: fcf4f3e79ae5ed8f44b664a6800b29662404156f
Parents: 520fe1c
Author: Pat Fox <pat.g....@gmail.com>
Authored: Fri Nov 3 13:05:10 2017 +0100
Committer: Pat Fox <pat.g....@gmail.com>
Committed: Fri Nov 3 13:05:10 2017 +0100

----------------------------------------------------------------------
 docs/user-manual/en/configuring-transports.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/fcf4f3e7/docs/user-manual/en/configuring-transports.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/configuring-transports.md 
b/docs/user-manual/en/configuring-transports.md
index 69b39de..8a858dc 100644
--- a/docs/user-manual/en/configuring-transports.md
+++ b/docs/user-manual/en/configuring-transports.md
@@ -116,7 +116,7 @@ Sockets are being used and also use the appropriate decoders
 It is possible to limit which protocols are supported by using the
 `protocols` parameter on the Acceptor like so:
 
-        <connector 
name="netty">tcp://localhost:61617?protocols=CORE,AMQP</connector>
+        <acceptor 
name="netty">tcp://localhost:61617?protocols=CORE,AMQP</acceptor>
 
 ## Configuring Netty TCP
 

Reply via email to