Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorChrissBott <ChrissBott@users.noreply.github.com>2018-12-14 20:07:44 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2018-12-14 20:07:44 +0300
commitb5b4f83cdb0b3e4a18e141fae4a153ed1078e5d8 (patch)
tree71337f4860e844d5a233e7ca9483fca634c6e2ae /site
parent502b6c8ed6088fa99192f3068b22457fb57af67d (diff)
Fix typo in "Hiding elements" section (#27843)
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.1/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/utilities/display.md b/site/docs/4.1/utilities/display.md
index dd77a876cb..ab77ddc912 100644
--- a/site/docs/4.1/utilities/display.md
+++ b/site/docs/4.1/utilities/display.md
@@ -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.