]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes apostrophe usage in base-css.html
authorPete Hopkins <phopkins@twitter.com>
Tue, 24 Jan 2012 17:12:35 +0000 (12:12 -0500)
committerPete Hopkins <phopkins@twitter.com>
Tue, 24 Jan 2012 17:12:35 +0000 (12:12 -0500)
docs/base-css.html

index df0c9c7ce99ef46b4592eefe0caaeb045d53800b..ec749894fd5898fa3a7b399509eb66aea61152bf 100644 (file)
       <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;
     <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>