From: gitname Date: Fri, 5 Sep 2014 05:10:19 +0000 (-0700) Subject: Fixed typos involving apostrophes X-Git-Tag: v3.3.0~204^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83daf95c649ab9e2cf0aaf8c51cc2c88adf65375;p=thirdparty%2Fbootstrap.git Fixed typos involving apostrophes Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something). --- diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 108b51205f..1d76127acb 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -246,15 +246,15 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

Initializes popovers for an element collection.

.popover('show')

-

Reveals an elements popover.

+

Reveals an element's popover.

{% highlight js %}$('#element').popover('show'){% endhighlight %}

.popover('hide')

-

Hides an elements popover.

+

Hides an element's popover.

{% highlight js %}$('#element').popover('hide'){% endhighlight %}

.popover('toggle')

-

Toggles an elements popover.

+

Toggles an element's popover.

{% highlight js %}$('#element').popover('toggle'){% endhighlight %}

.popover('destroy')