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 /docs/templates/pages/javascript.mustache | |
| parent | dfdc63e87293efec9196897079ce3826a1a57275 (diff) | |
| download | bootstrap-cf488c2800293f4f243f59658b691741f4b78175.tar.xz bootstrap-cf488c2800293f4f243f59658b691741f4b78175.zip | |
fix incorrect uses of it's in the docs
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
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> |
