diff options
| author | Chris Rebert <[email protected]> | 2013-08-17 17:44:42 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-17 17:44:42 -0700 |
| commit | 405df13044adcbb5925159726a0b64918c8e263a (patch) | |
| tree | 0794cbf25d85385df18ebdd3ac5057ba554aed88 /javascript.html | |
| parent | cc3077ac17eac65837b81ec0d289c3913383c9a0 (diff) | |
| download | bootstrap-405df13044adcbb5925159726a0b64918c8e263a.tar.xz bootstrap-405df13044adcbb5925159726a0b64918c8e263a.zip | |
fix typo in JS docs
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 1d4604afc..c9228c211 100644 --- a/javascript.html +++ b/javascript.html @@ -1104,7 +1104,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { <td>string | false</td> <td>false</td> <td> - <p>Appends the popover to a specific element. Example: <code>container: 'body'</code>. 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.</p> + <p>Appends the popover to a specific element. Example: <code>container: 'body'</code>. 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.</p> </td> </tr> </tbody> |
