diff --git a/docs/_includes/js/overview.html b/docs/_includes/js/overview.html index 4a35e8794747..89030966c9f7 100644 --- a/docs/_includes/js/overview.html +++ b/docs/_includes/js/overview.html @@ -71,7 +71,7 @@

Events

{% endhighlight %}

Version numbers

- The version of each of Bootstrap's jQuery plugins can be accessed via the VERSION property of the plugin's constructor. For example, for the tooltip plugin: +

The version of each of Bootstrap's jQuery plugins can be accessed via the VERSION property of the plugin's constructor. For example, for the tooltip plugin:

{% highlight js %} $.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}" {% endhighlight %}