aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Pinho <[email protected]>2019-05-29 16:17:40 +0100
committerXhmikosR <[email protected]>2019-05-30 11:58:34 +0300
commit1161bff6ebdbe82fa516625f9802a081fbf0ea15 (patch)
tree998a9f15cb004d1413b236320dcbaa5086bfef2f
parenta84a05a56a570538acc5abd839852a74370aa471 (diff)
downloadbootstrap-1161bff6ebdbe82fa516625f9802a081fbf0ea15.tar.xz
bootstrap-1161bff6ebdbe82fa516625f9802a081fbf0ea15.zip
Make example description more accurate (#28842)
-rw-r--r--site/docs/4.3/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/utilities/display.md b/site/docs/4.3/utilities/display.md
index 8dafce2d8..3b53460ee 100644
--- a/site/docs/4.3/utilities/display.md
+++ b/site/docs/4.3/utilities/display.md
@@ -73,7 +73,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` |
{% capture 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>
{% endcapture %}
{% include example.html content=example %}