0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00

Typo fix: "you're" to "your".

This commit is contained in:
Nano 2011-09-20 14:09:28 -03:00
parent 01ab4caa5b
commit bc6e4b8ed2

View File

@ -636,7 +636,7 @@
<tr> <tr>
<td><code>&lt;pre class="prettyprint"&gt;</code></td> <td><code>&lt;pre class="prettyprint"&gt;</code></td>
<td> <td>
<p>Using the google-code-prettify library, you're blocks of code get a slightly different visual style and automatic syntax highlighting.</p> <p>Using the google-code-prettify library, your blocks of code get a slightly different visual style and automatic syntax highlighting.</p>
<pre class="prettyprint">&lt;div&gt; <pre class="prettyprint">&lt;div&gt;
&lt;h1&gt;Heading&lt;/h1&gt; &lt;h1&gt;Heading&lt;/h1&gt;
&lt;p&gt;Something right here...&lt;/p&gt; &lt;p&gt;Something right here...&lt;/p&gt;