diff options
| author | Bas Bosman <[email protected]> | 2014-06-17 23:35:35 +0200 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2014-06-18 00:00:28 +0200 |
| commit | 128e52ff29be0f275bb92693c9db3ba34d5c003d (patch) | |
| tree | 6faa955a5bee3178f578bd04b844fdf1625188d7 /docs/_includes/js | |
| parent | 5b9e2bf1265eb50c0d4105b2eb3da12280c37430 (diff) | |
| download | bootstrap-128e52ff29be0f275bb92693c9db3ba34d5c003d.tar.xz bootstrap-128e52ff29be0f275bb92693c9db3ba34d5c003d.zip | |
Fix dismissible spelling
Diffstat (limited to 'docs/_includes/js')
| -rw-r--r-- | docs/_includes/js/popovers.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 53320fc4a..db3cf0e59 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -111,10 +111,10 @@ sagittis lacus vel augue laoreet rutrum faucibus."> <h4>Dismiss on next click</h4> <p>Use the <code>focus</code> trigger to dismiss popovers on their next click.</p> <div class="bs-example" style="padding-bottom: 24px;"> - <button type="button" class="btn btn-lg btn-danger bs-docs-popover-dismiss" data-toggle="popover" title="Dismissable popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissable popover</button> + <button type="button" class="btn btn-lg btn-danger bs-docs-popover-dismiss" data-toggle="popover" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</button> </div> {% highlight html %} -<button type="button" class="btn btn-lg btn-danger popover-dismiss" data-toggle="popover" title="Dismissable popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissable popover</button> +<button type="button" class="btn btn-lg btn-danger popover-dismiss" data-toggle="popover" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</button> {% endhighlight %} {% highlight js %} $('.popover-dismiss').popover({ |
