diff options
| author | Patrick H. Lauke <[email protected]> | 2015-12-25 13:44:33 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-12-25 13:44:33 +0000 |
| commit | 25a36729bc7a1e62e164fea53b662f653a937b7f (patch) | |
| tree | 7dcd0fdf386c68bd2ab10823a3be056767676296 /docs | |
| parent | 4258fb7992666bbe2e1adfb04c332b4b3bc86f2f (diff) | |
| download | bootstrap-25a36729bc7a1e62e164fea53b662f653a937b7f.tar.xz bootstrap-25a36729bc7a1e62e164fea53b662f653a937b7f.zip | |
Missing angle brackets
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/code.md | 2 |
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><section></code> should be wrapped as inline. |
