You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/03/29 20:19:50 UTC

[activemq-artemis] branch main updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d03f71  Fix typo
7d03f71 is described below

commit 7d03f714dde23195c0257cc844e6e3d4566a4049
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Tue Mar 29 15:19:43 2022 -0500

    Fix typo
---
 docs/user-manual/en/versions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/versions.md b/docs/user-manual/en/versions.md
index 800fa47..3f1e4e2 100644
--- a/docs/user-manual/en/versions.md
+++ b/docs/user-manual/en/versions.md
@@ -28,7 +28,7 @@ be updated:
  2. `etc/management.xml`
 
 In both files change the XML namespace from `activemq.org` to `activemq.apache.org`,
-e.g. in `bootsrap.xml` use:q:
+e.g. in `bootsrap.xml` use:
 ```xml
 <broker xmlns="http://activemq.apache.org/schema">
 ```