Skip to content

Commit 6708c4d

Browse files
peterpeterparkermdo
authored andcommitted
Fix typo of example in hiding doc
1 parent d1bd5fb commit 6708c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0/utilities/display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For faster mobile-friendly development, use responsive display classes for showi
5151

5252
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.
5353

54-
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.
54+
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.
5555

5656
| Screen Size | Class |
5757
| --- | --- |

0 commit comments

Comments
 (0)