From: daviddalbusco Date: Thu, 22 Feb 2018 16:17:30 +0000 (+0100) Subject: Fix typo of example in hiding doc X-Git-Tag: v4.1.0~98^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6708c4dba5a1d3176b53df120706888a1e22fb05;p=thirdparty%2Fbootstrap.git Fix typo of example in hiding doc --- 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 | | --- | --- |