]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
review updates
authorRami Yushuvaev <r_a_m_i@hotmail.com>
Thu, 7 Sep 2017 10:15:38 +0000 (13:15 +0300)
committerMark Otto <markd.otto@gmail.com>
Sun, 10 Sep 2017 00:43:12 +0000 (17:43 -0700)
docs/4.0/utilities/display.md

index 72609f27dfb1d2566772ff792765cffe04d6278e..6f8142b7e158f4bc7b837ae0c82e300b59acd0e4 100644 (file)
@@ -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