aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 20:16:33 -0800
committerMark Otto <[email protected]>2012-01-24 20:16:33 -0800
commit8ce9b3a676a24cd3d1f2d84c8b190168183e0fa0 (patch)
treef6bdb771a57ee0a751e0c39e0de953d683b99540
parentc1dd1f586dcb5bafc927d4eb1b180a0737a62cd8 (diff)
parent74b5dc8d3bd5ef34bb2cdc590b8a5dcbc43a8f4c (diff)
downloadbootstrap-8ce9b3a676a24cd3d1f2d84c8b190168183e0fa0.tar.xz
bootstrap-8ce9b3a676a24cd3d1f2d84c8b190168183e0fa0.zip
Merge pull request #1175 from Xaro/2.0-wip
Typo in pre type section
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 27251d824..6847c0616 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -368,7 +368,7 @@
<tr>
<td><code>&lt;pre class="prettyprint"&gt;</code></td>
<td>
- <p>Using the google-code-prettify library, you're blocks of code get a slightly different visual style and automatic syntax highlighting. You can also add an additional class to add line numbers.</p>
+ <p>Using the google-code-prettify library, your blocks of code get a slightly different visual style and automatic syntax highlighting. You can also add an additional class to add line numbers.</p>
<pre class="prettyprint">&lt;div&gt;
&lt;h1&gt;Heading&lt;/h1&gt;
&lt;p&gt;Something right here…&lt;/p&gt;