aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
diff options
context:
space:
mode:
authorgitname <[email protected]>2014-09-04 22:10:19 -0700
committergitname <[email protected]>2014-09-04 22:10:19 -0700
commit83daf95c649ab9e2cf0aaf8c51cc2c88adf65375 (patch)
tree1e7e936f187b3cc81520ca0f595f5513de3c1524 /docs/_includes/js
parent5b7a5f84d4255b09778bdc9b3502660cff511a90 (diff)
downloadbootstrap-83daf95c649ab9e2cf0aaf8c51cc2c88adf65375.tar.xz
bootstrap-83daf95c649ab9e2cf0aaf8c51cc2c88adf65375.zip
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).
Diffstat (limited to 'docs/_includes/js')
-rw-r--r--docs/_includes/js/popovers.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html
index 108b51205..1d76127ac 100644
--- a/docs/_includes/js/popovers.html
+++ b/docs/_includes/js/popovers.html
@@ -246,15 +246,15 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
<p>Initializes popovers for an element collection.</p>
<h4>.popover('show')</h4>
- <p>Reveals an elements popover.</p>
+ <p>Reveals an element's popover.</p>
{% highlight js %}$('#element').popover('show'){% endhighlight %}
<h4>.popover('hide')</h4>
- <p>Hides an elements popover.</p>
+ <p>Hides an element's popover.</p>
{% highlight js %}$('#element').popover('hide'){% endhighlight %}
<h4>.popover('toggle')</h4>
- <p>Toggles an elements popover.</p>
+ <p>Toggles an element's popover.</p>
{% highlight js %}$('#element').popover('toggle'){% endhighlight %}
<h4>.popover('destroy')</h4>