aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRami Yushuvaev <[email protected]>2017-09-07 13:15:38 +0300
committerMark Otto <[email protected]>2017-09-09 17:43:12 -0700
commit256c539e26abb39f711da25b540b7a8d972295a9 (patch)
treecd58fea1fe06499cd6ee94db610ec9d024ca4bef /docs
parent0e3b90c85d7410b80d828c3e0985d5c09969f8ac (diff)
downloadbootstrap-256c539e26abb39f711da25b540b7a8d972295a9.tar.xz
bootstrap-256c539e26abb39f711da25b540b7a8d972295a9.zip
review updates
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 72609f27d..6f8142b7e 100644
--- a/docs/4.0/utilities/display.md
+++ b/docs/4.0/utilities/display.md
@@ -51,7 +51,7 @@ Responsive variations also exist for every single utility mentioned above.
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-*-block` class, for example `.d-none.d-md-block.d-xl-none` will hide the element for all screen sizes but it will shows it only 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-none` will hide the element for all screen sizes but it will shows it only on medium and large devices.
## Display in print