aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPete Hopkins <[email protected]>2012-01-24 12:12:35 -0500
committerPete Hopkins <[email protected]>2012-01-24 12:12:35 -0500
commit91b32f47838d1da117998cee3ffa2ec5e5cd905c (patch)
tree8ff127a830678a7042224365afa4ed9ce41cc485 /docs
parentea8f5883fd58ff5e356944e4a93543c05abf2220 (diff)
downloadbootstrap-91b32f47838d1da117998cee3ffa2ec5e5cd905c.tar.xz
bootstrap-91b32f47838d1da117998cee3ffa2ec5e5cd905c.zip
Fixes apostrophe usage in base-css.html
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index df0c9c7ce..ec749894f 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -364,7 +364,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;
@@ -1103,7 +1103,7 @@
<div class="span4">
<div class="form-docs">
<h3>Redesigned browser states</h3>
- <p>Bootstrap features styles for browser-supported focused and <code>disabled</code> states. We remove the default Webkit <code>outline</code> and apply a <code>box-shadow</code> in it's place for <code>:focus</code>.</p>
+ <p>Bootstrap features styles for browser-supported focused and <code>disabled</code> states. We remove the default Webkit <code>outline</code> and apply a <code>box-shadow</code> in its place for <code>:focus</code>.</p>
<hr>
<h3>Form validation</h3>
<p>It also includes validation styles for errors, warnings, and success. To use, add the a class to the surrounding <code>.control-group</code>.</p>