aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordaviddalbusco <[email protected]>2018-02-22 17:17:30 +0100
committerMark Otto <[email protected]>2018-02-24 12:23:14 -0800
commit6708c4dba5a1d3176b53df120706888a1e22fb05 (patch)
tree979e528590d1271c3d01429045fe1347b6cda724 /docs
parentd1bd5fb591323c9f7ded37b3def5c79f17ed8b2f (diff)
downloadbootstrap-6708c4dba5a1d3176b53df120706888a1e22fb05.tar.xz
bootstrap-6708c4dba5a1d3176b53df120706888a1e22fb05.zip
Fix typo of example in hiding doc
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md
index d7cab2175..e00d5b635 100644
--- a/docs/4.0/utilities/display.md
+++ b/docs/4.0/utilities/display.md
@@ -51,7 +51,7 @@ For faster mobile-friendly development, use responsive display classes for showi
To hide elements simply use the `.d-none` class or one of the `.d-{sm,md,lg,xl}-none` classes for any responsive screen variation.
-To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-none` will hide the element for all screen sizes except on medium and large devices.
+To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-block` will hide the element for all screen sizes except on medium and large devices.
| Screen Size | Class |
| --- | --- |