]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in "Hiding elements" section (#27843)
authorChrissBott <ChrissBott@users.noreply.github.com>
Fri, 14 Dec 2018 17:07:44 +0000 (18:07 +0100)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 14 Dec 2018 17:07:44 +0000 (17:07 +0000)
site/docs/4.1/utilities/display.md

index dd77a876cbd95d441ee869561446edd1737e6da3..ab77ddc9125f026aa5e81f79485ad19a44802d1f 100644 (file)
@@ -49,7 +49,7 @@ The media queries effect screen widths with the given breakpoint *or larger*. Fo
 
 ## Hiding elements
 
-For faster mobile-friendly development, use responsive display classes for showing and hiding elements by device. Avoid creating entirely different versions of the same site, instead hide element responsively for each screen size.
+For faster mobile-friendly development, use responsive display classes for showing and hiding elements by device. Avoid creating entirely different versions of the same site, instead hide elements responsively for each screen size.
 
 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.