aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 20:30:39 -0800
committerMark Otto <[email protected]>2012-01-24 20:30:39 -0800
commitaa59f123c074c01f84e8e27c1ac5431f819d4816 (patch)
treeff39c61dfbd1fb969e8d8a81af5ccd6d6ddb925f /docs/base-css.html
parenta03fbc18cb50c7735b80e3ced6a6ebbe2ea05d2b (diff)
parent8ce9b3a676a24cd3d1f2d84c8b190168183e0fa0 (diff)
downloadbootstrap-aa59f123c074c01f84e8e27c1ac5431f819d4816.tar.xz
bootstrap-aa59f123c074c01f84e8e27c1ac5431f819d4816.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/base-css.html')
-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;