]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tooltip — doc updates (#33771)
authorRohit Sharma <rohit2sharma95@gmail.com>
Tue, 27 Apr 2021 11:56:06 +0000 (17:26 +0530)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 11:56:06 +0000 (14:56 +0300)
site/content/docs/5.0/components/tooltips.md

index b92b3f95c0dc937dd91b2acfe6c20ed0c8365b2e..80a679fd6e632f744f61950d75f4fb18e193533c 100644 (file)
@@ -269,7 +269,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
       <td><code>boundary</code></td>
       <td>string | element</td>
       <td><code>'clippingParents'</code></td>
-      <td>Overflow constraint boundary of the tooltip (Applied only for the preventOverflow modifier of the Popper). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td>
+      <td>Overflow constraint boundary of the tooltip (applies only to Popper's preventOverflow modifier). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td>
     </tr>
     <tr>
       <td><code>customClass</code></td>