Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordaviddalbusco <david.dalbusco@outlook.com>2018-02-22 19:17:30 +0300
committerMark Otto <markd.otto@gmail.com>2018-02-24 23:23:14 +0300
commit6708c4dba5a1d3176b53df120706888a1e22fb05 (patch)
tree979e528590d1271c3d01429045fe1347b6cda724 /docs
parentd1bd5fb591323c9f7ded37b3def5c79f17ed8b2f (diff)
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 d7cab21751..e00d5b6350 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 |
| --- | --- |