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-website.git
The following commit(s) were added to refs/heads/main by this push:
new 01577c0de Fix Artemis wildcard syntax doc formatting
01577c0de is described below
commit 01577c0de9ddd3c554f1ac5f2ab098f62f8d4f26
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Oct 12 10:58:25 2023 -0500
Fix Artemis wildcard syntax doc formatting
---
src/components/artemis/documentation/latest/wildcard-syntax.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/artemis/documentation/latest/wildcard-syntax.html
b/src/components/artemis/documentation/latest/wildcard-syntax.html
index 9d3779b00..a18a9cdc9 100644
--- a/src/components/artemis/documentation/latest/wildcard-syntax.html
+++ b/src/components/artemis/documentation/latest/wildcard-syntax.html
@@ -37,7 +37,7 @@
The default delimiter is <code>.</code> (full stop).</p>
</div>
<div class="paragraph">
-<p>The special characters <code>#</code> and <code><strong></code> also have
special meaning and can take the place of a *word</strong>.</p>
+<p>The special characters <code>#</code> and <code>*</code> also have special
meaning and can take the place of a <strong>word</strong>.</p>
</div>
<div class="paragraph">
<p>To be clear, the wildcard characters cannot be used like wildcards in a <a
href="https://en.wikipedia.org/wiki/Regular_expression">regular expression</a>.
@@ -172,4 +172,4 @@ For that, the <code><wildcard-addresses></code>
configuration tag is used.
</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>