From 5b9e2bf1265eb50c0d4105b2eb3da12280c37430 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 17 Jun 2014 12:57:54 -0700 Subject: popovers.html: fix typo: "Dimissmisable" --- docs/_includes/js/popovers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 2ee670741..53320fc4a 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -111,10 +111,10 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

Dismiss on next click

Use the focus trigger to dismiss popovers on their next click.

- +
{% highlight html %} - + {% endhighlight %} {% highlight js %} $('.popover-dismiss').popover({ -- cgit v1.2.3 From 128e52ff29be0f275bb92693c9db3ba34d5c003d Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Tue, 17 Jun 2014 23:35:35 +0200 Subject: Fix dismissible spelling --- docs/_includes/components/alerts.html | 8 ++++---- docs/_includes/js/popovers.html | 4 ++-- docs/_includes/nav/components.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/_includes/components/alerts.html b/docs/_includes/components/alerts.html index f0895b0ed..749ecc2b4 100644 --- a/docs/_includes/components/alerts.html +++ b/docs/_includes/components/alerts.html @@ -32,16 +32,16 @@ {% endhighlight %} -

Dismissable alerts

-

Build on any alert by adding an optional .alert-dismissable and close button.

+

Dismissible alerts

+

Build on any alert by adding an optional .alert-dismissible and close button.

- {% highlight html %} -