Fix Artemis wildcard syntax doc formatting
diff --git a/src/components/artemis/documentation/latest/wildcard-syntax.html b/src/components/artemis/documentation/latest/wildcard-syntax.html
index 9d3779b..a18a9cd 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 @@
 </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>