aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Murphy <[email protected]>2017-10-19 21:15:07 +0100
committerGitHub <[email protected]>2017-10-19 21:15:07 +0100
commit8504f6881576343889b2bf1c8ced9cca7ee9eae5 (patch)
treece21b77021894238e7590526769b397c94aba737 /docs
parentd578117c73701bd0f6e7be42fccf88e781a4845f (diff)
downloadbootstrap-8504f6881576343889b2bf1c8ced9cca7ee9eae5.tar.xz
bootstrap-8504f6881576343889b2bf1c8ced9cca7ee9eae5.zip
typo
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md
index 8d532279f..861a6d95f 100644
--- a/docs/4.0/utilities/display.md
+++ b/docs/4.0/utilities/display.md
@@ -31,7 +31,7 @@ Where *display* is one of:
The media queries effect screen widths with the given breakpoint *or larger*.
-For example, `.d-lg-none` sets `display: none;` on both `lg' and `xl` screens.
+For example, `.d-lg-none` sets `display: none;` on both `lg` and `xl` screens.
## Examples