aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-12-25 13:44:33 +0000
committerPatrick H. Lauke <[email protected]>2015-12-25 13:44:33 +0000
commit25a36729bc7a1e62e164fea53b662f653a937b7f (patch)
tree7dcd0fdf386c68bd2ab10823a3be056767676296 /docs/content
parent4258fb7992666bbe2e1adfb04c332b4b3bc86f2f (diff)
downloadbootstrap-25a36729bc7a1e62e164fea53b662f653a937b7f.tar.xz
bootstrap-25a36729bc7a1e62e164fea53b662f653a937b7f.zip
Missing angle brackets
Diffstat (limited to 'docs/content')
-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.