aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/content/docs/4.3/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/utilities/display.md b/site/content/docs/4.3/utilities/display.md
index 99e03fa4c..d07c14fa1 100644
--- a/site/content/docs/4.3/utilities/display.md
+++ b/site/content/docs/4.3/utilities/display.md
@@ -71,7 +71,7 @@ To show an element only on a given interval of screen sizes you can combine one
| Visible only on xl | `.d-none .d-xl-block` |
{{< example >}}
-<div class="d-lg-none">hide on screens wider than lg</div>
+<div class="d-lg-none">hide on lg and wider screens</div>
<div class="d-none d-lg-block">hide on screens smaller than lg</div>
{{< /example >}}