aboutsummaryrefslogtreecommitdiff
path: root/docs/content/code.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/code.md')
-rw-r--r--docs/content/code.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/code.md b/docs/content/code.md
index 4ce1e7fa3..43779ebb2 100644
--- a/docs/content/code.md
+++ b/docs/content/code.md
@@ -13,7 +13,7 @@ Styles for inline code snippets and longer, multiline blocks of code.
## Inline code
-Wrap inline snippets of code with `code`. Be sure to escape HTML angle brackets.
+Wrap inline snippets of code with `<code>`. Be sure to escape HTML angle brackets.
{% example html %}
For example, <code>&lt;section&gt;</code> should be wrapped as inline.