diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md index 191cae9f6ed9..7b2be36fe46d 100644 --- a/docs/4.1/components/dropdowns.md +++ b/docs/4.1/components/dropdowns.md @@ -827,7 +827,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap display string 'dynamic' - By default, we use Popper.js for dynamic positioning. Disable this with `static`. + By default, we use Popper.js for dynamic positioning. Disable this with static. diff --git a/docs/4.1/components/popovers.md b/docs/4.1/components/popovers.md index f781c7162f99..87450930679f 100644 --- a/docs/4.1/components/popovers.md +++ b/docs/4.1/components/popovers.md @@ -226,7 +226,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap trigger string 'click' - How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. `manual` cannot be combined with any other trigger. + How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. manual cannot be combined with any other trigger. offset diff --git a/docs/4.1/utilities/shadows.md b/docs/4.1/utilities/shadows.md index 54409b5edfb7..5e8f5a8901f7 100644 --- a/docs/4.1/utilities/shadows.md +++ b/docs/4.1/utilities/shadows.md @@ -1,7 +1,7 @@ --- layout: docs title: Shadows -description: Add or remove shadows to elements with `box-shadow` utilities. +description: Add or remove shadows to elements with box-shadow utilities. group: utilities toc: false ---