mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Merge pull request #14535 from gitname/patch-1
Fixed typos involving apostrophes
This commit is contained in:
commit
5603311acd
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue