]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo in JS docs
authorChris Rebert <github@rebertia.com>
Sun, 18 Aug 2013 00:44:42 +0000 (17:44 -0700)
committerChris Rebert <github@rebertia.com>
Sun, 18 Aug 2013 00:44:42 +0000 (17:44 -0700)
javascript.html

index 1d4604afc47bd404ae59086b10bc4346b4e0acef..c9228c21153310893c8addbbb516164c66d0b570 100644 (file)
@@ -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>