diff options
| author | Mark Otto <[email protected]> | 2014-09-04 22:40:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-04 22:40:37 -0700 |
| commit | 5603311acd6f06c15802ebdae5d94a6b2de6bb22 (patch) | |
| tree | 1e7e936f187b3cc81520ca0f595f5513de3c1524 | |
| parent | 5b7a5f84d4255b09778bdc9b3502660cff511a90 (diff) | |
| parent | 83daf95c649ab9e2cf0aaf8c51cc2c88adf65375 (diff) | |
| download | bootstrap-5603311acd6f06c15802ebdae5d94a6b2de6bb22.tar.xz bootstrap-5603311acd6f06c15802ebdae5d94a6b2de6bb22.zip | |
Merge pull request #14535 from gitname/patch-1
Fixed typos involving apostrophes
| -rw-r--r-- | docs/_includes/js/popovers.html | 6 |
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> |
