aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2020-08-12 23:27:23 +0900
committerMark Otto <[email protected]>2020-08-17 16:59:12 -0700
commitd0a87ef784be3ddce62968a4a1766418446e8852 (patch)
treee2135b3454097cf7f0182c71a28e7331749c671e
parentcf704cd36d754dcee7238877a37fb447a07e3401 (diff)
downloadbootstrap-d0a87ef784be3ddce62968a4a1766418446e8852.tar.xz
bootstrap-d0a87ef784be3ddce62968a4a1766418446e8852.zip
Remove 'both' as its no longer just 2 breakpoints (now that XXL is there)
-rw-r--r--site/content/docs/5.0/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/utilities/display.md b/site/content/docs/5.0/utilities/display.md
index 0f7deca18..a62878fde 100644
--- a/site/content/docs/5.0/utilities/display.md
+++ b/site/content/docs/5.0/utilities/display.md
@@ -33,7 +33,7 @@ Where *value* is one of:
The display values can be altered by changing the `$displays` variable and recompiling the SCSS.
-The media queries affect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on both `lg`, `xl`, and `xxl` screens.
+The media queries affect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on `lg`, `xl`, and `xxl` screens.
## Examples