Skip to content

Commit 19222bf

Browse files
committed
overview.html: add missing <p>
1 parent 57260f1 commit 19222bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/js/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h3 id="js-events">Events</h3>
7171
{% endhighlight %}
7272

7373
<h3 id="js-version-nums">Version numbers</h3>
74-
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:
74+
<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>
7575
{% highlight js %}
7676
$.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}"
7777
{% endhighlight %}

0 commit comments

Comments
 (0)