Skip to content

Commit

Permalink
overview.html: add missing <p>
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Jan 4, 2015
1 parent 57260f1 commit 19222bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/js/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3 id="js-events">Events</h3>
{% endhighlight %}

<h3 id="js-version-nums">Version numbers</h3>
The version of each of Bootstrap's jQuery plugins can be accessed via the <code>VERSION</code> property of the plugin's constructor. For example, for the tooltip plugin:
<p>The version of each of Bootstrap's jQuery plugins can be accessed via the <code>VERSION</code> property of the plugin's constructor. For example, for the tooltip plugin:</p>
{% highlight js %}
$.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}"
{% endhighlight %}
Expand Down

0 comments on commit 19222bf

Please sign in to comment.