diff options
| author | Mark Otto <[email protected]> | 2012-02-02 09:33:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-02 09:33:18 -0800 |
| commit | cf488c2800293f4f243f59658b691741f4b78175 (patch) | |
| tree | c65bde6d8e9c1d2b6004fdce241ccdcba1153a9d | |
| parent | dfdc63e87293efec9196897079ce3826a1a57275 (diff) | |
| download | bootstrap-cf488c2800293f4f243f59658b691741f4b78175.tar.xz bootstrap-cf488c2800293f4f243f59658b691741f4b78175.zip | |
fix incorrect uses of it's in the docs
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52356 -> 52356 bytes | |||
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/javascript.html | 4 | ||||
| -rw-r--r-- | docs/less.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 4 |
7 files changed, 10 insertions, 10 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex a71011ad2..f9690b608 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/base-css.html b/docs/base-css.html index 38f851164..ac297c645 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1056,7 +1056,7 @@ For example, <code>section</code> should be wrapped as inline. </div> <div class="span4"> <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 error class to the surrounding <code>.control-group</code>.</p> diff --git a/docs/javascript.html b/docs/javascript.html index 92e327d19..4c432ee7c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1042,7 +1042,7 @@ $('#my-alert').bind('closed', function () { </pre> <h3>Methods</h3> <h4>$().button('toggle')</h4> - <p>Toggles push state. Gives btn the look that it's been activated.</p> + <p>Toggles push state. Gives btn the look that it hass been activated.</p> <div class="alert alert-info"> <strong>Heads up!</strong> You can enable auto toggling of a button by using the <code>data-toggle</code> attribute. @@ -1339,7 +1339,7 @@ $('.myCarousel').carousel({ </tr> <tr> <td>slid</td> - <td>This event is fired when the carousel has completed it's slide transition.</td> + <td>This event is fired when the carousel has completed its slide transition.</td> </tr> </tbody> </table> diff --git a/docs/less.html b/docs/less.html index bb033cfa3..181ae9b26 100644 --- a/docs/less.html +++ b/docs/less.html @@ -100,7 +100,7 @@ <div class="row"> <div class="span4"> <h3>Why LESS?</h3> - <p>Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.</p> + <p>Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.</p> </div> <div class="span4"> <h3>What's included?</h3> @@ -604,7 +604,7 @@ <tr> <td><code>.scale()</code></td> <td><code>@ratio</code></td> - <td>Scale an element to <em>n</em> times it's original size</td> + <td>Scale an element to <em>n</em> times its original size</td> </tr> <tr> <td><code>.translate()</code></td> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index c1656ee6b..420b00226 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -980,7 +980,7 @@ </div> <div class="span4"> <h3>{{_i}}Redesigned browser states{{/i}}</h3> - <p>{{_i}}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>.{{/i}}</p> + <p>{{_i}}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>.{{/i}}</p> <hr> <h3>{{_i}}Form validation{{/i}}</h3> <p>{{_i}}It also includes validation styles for errors, warnings, and success. To use, add the error class to the surrounding <code>.control-group</code>.{{/i}}</p> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 3233a9b76..b8b1f3da4 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -966,7 +966,7 @@ $('#my-alert').bind('closed', function () { </pre> <h3>{{_i}}Methods{{/i}}</h3> <h4>$().button('toggle')</h4> - <p>{{_i}}Toggles push state. Gives btn the look that it's been activated.{{/i}}</p> + <p>{{_i}}Toggles push state. Gives btn the look that it hass been activated.{{/i}}</p> <div class="alert alert-info"> <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.{{/i}} @@ -1263,7 +1263,7 @@ $('.myCarousel').carousel({ </tr> <tr> <td>{{_i}}slid{{/i}}</td> - <td>{{_i}}This event is fired when the carousel has completed it's slide transition.{{/i}}</td> + <td>{{_i}}This event is fired when the carousel has completed its slide transition.{{/i}}</td> </tr> </tbody> </table> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index eff8d3844..3b04164d0 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -24,7 +24,7 @@ <div class="row"> <div class="span4"> <h3>{{_i}}Why LESS?{{/i}}</h3> - <p>{{_i}}Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.{{/i}}</p> + <p>{{_i}}Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.{{/i}}</p> </div> <div class="span4"> <h3>{{_i}}What's included?{{/i}}</h3> @@ -528,7 +528,7 @@ <tr> <td><code>.scale()</code></td> <td><code>@ratio</code></td> - <td>{{_i}}Scale an element to <em>n</em> times it's original size{{/i}}</td> + <td>{{_i}}Scale an element to <em>n</em> times its original size{{/i}}</td> </tr> <tr> <td><code>.translate()</code></td> |
