]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed typos involving apostrophes 14535/head
authorgitname <gitname@users.noreply.github.com>
Fri, 5 Sep 2014 05:10:19 +0000 (22:10 -0700)
committergitname <gitname@users.noreply.github.com>
Fri, 5 Sep 2014 05:10:19 +0000 (22:10 -0700)
Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).

docs/_includes/js/popovers.html

index 108b51205fdfc4b92b05145f8b3a799b61043df0..1d76127acb2563625b47594504f80c3543444c73 100644 (file)
@@ -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>