Skip to content

Commit c85e93c

Browse files
committed
Merge pull request twbs#381 from smaboshe/docs
Docs
2 parents 356227e + df773de commit c85e93c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.DS_Store
1+
*~
2+
.DS_Store
3+
thumbs.db

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ <h3>Presenting code</h3>
621621
<tbody>
622622
<tr>
623623
<td><code>&lt;code&gt;</code></td>
624-
<td>In a line of text like this, your wrapped code will look like this <code>&gt;html&lt;</code> element.</td>
624+
<td>In a line of text like this, your wrapped code will look like this <code>&lt;html&gt;</code> element.</td>
625625
</tr>
626626
<tr>
627627
<td><code>&lt;pre&gt;</code></td>
@@ -630,7 +630,7 @@ <h3>Presenting code</h3>
630630
&lt;h1&gt;Heading&lt;/h1&gt;
631631
&lt;p&gt;Something right here...&lt;/p&gt;
632632
&lt;/div&gt;</pre>
633-
<p><strong>Note:</strong> Be sure to keep code within <code>pre</code> tags as close to the left as possible; it will render all tabs.</p>
633+
<p><strong>Note:</strong> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.</p>
634634
</td>
635635
</tr>
636636
<tr>

0 commit comments

Comments
 (0)