From: Chris Rebert Date: Sun, 18 Aug 2013 00:44:42 +0000 (-0700) Subject: fix typo in JS docs X-Git-Tag: v3.0.0~75^2~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=405df13044adcbb5925159726a0b64918c8e263a;p=thirdparty%2Fbootstrap.git fix typo in JS docs --- diff --git a/javascript.html b/javascript.html index 1d4604afc4..c9228c2115 100644 --- a/javascript.html +++ b/javascript.html @@ -1104,7 +1104,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { string | false false -

Appends the popover to a specific element. Example: container: 'body'. This option is particularly useful inthat it allows you to position the popover in the flow of the document near the triggering element - which will prevent the popover from floating away from the triggering element during a window resize.

+

Appends the popover to a specific element. Example: container: 'body'. This option is particularly useful in that it allows you to position the popover in the flow of the document near the triggering element - which will prevent the popover from floating away from the triggering element during a window resize.