diff --git a/site/content/docs/5.0/components/dropdowns.md b/site/content/docs/5.0/components/dropdowns.md
index e4c44bead..50dcde2ba 100644
--- a/site/content/docs/5.0/components/dropdowns.md
+++ b/site/content/docs/5.0/components/dropdowns.md
@@ -900,7 +900,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
popperConfig |
null | object |
null |
- To change Bootstrap's default Popper config, see Popper's configuration |
+ To change Bootstrap's default Popper config, see Popper's configuration |
diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md
index 41b482d03..acc766d71 100644
--- a/site/content/docs/5.0/components/popovers.md
+++ b/site/content/docs/5.0/components/popovers.md
@@ -251,20 +251,20 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
offset |
number | string |
0 |
- Offset of the popover relative to its target. For more information refer to Popper's offset docs. |
+ Offset of the popover relative to its target. For more information refer to Popper's offset docs. |
fallbackPlacement |
string | array |
'flip' |
Allow to specify which position Popper will use on fallback. For more information refer to
- Popper's behavior docs |
+ Popper's behavior docs
boundary |
string | element |
'scrollParent' |
- Overflow constraint boundary of the popover. Accepts the values of 'viewport', 'window', 'scrollParent', or an HTMLElement reference (JavaScript only). For more information refer to Popper's preventOverflow docs. |
+ Overflow constraint boundary of the popover. Accepts the values of 'viewport', 'window', 'scrollParent', or an HTMLElement reference (JavaScript only). For more information refer to Popper's preventOverflow docs. |
customClass |
@@ -297,7 +297,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
popperConfig |
null | object |
null |
- To change Bootstrap's default Popper config, see Popper's configuration |
+ To change Bootstrap's default Popper config, see Popper's configuration |
diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/5.0/components/tooltips.md
index 6f02ac581..6669c7e71 100644
--- a/site/content/docs/5.0/components/tooltips.md
+++ b/site/content/docs/5.0/components/tooltips.md
@@ -296,7 +296,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
popperConfig |
null | object |
null |
- To change Bootstrap's default Popper config, see Popper's configuration |
+ To change Bootstrap's default Popper config, see Popper's configuration |