]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Missing angle brackets
authorPatrick H. Lauke <redux@splintered.co.uk>
Fri, 25 Dec 2015 13:44:33 +0000 (13:44 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 25 Dec 2015 13:44:33 +0000 (13:44 +0000)
docs/content/code.md

index 4ce1e7fa3bd7b1c72b6990ce81ac6160ade5f3ff..43779ebb259cbb6e32f5d500e539c1a10d63660e 100644 (file)
@@ -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.