From: Andrew Murphy Date: Thu, 19 Oct 2017 20:15:07 +0000 (+0100) Subject: typo X-Git-Tag: v4.0.0-beta.3~184^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8504f6881576343889b2bf1c8ced9cca7ee9eae5;p=thirdparty%2Fbootstrap.git typo --- diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md index 8d532279f9..861a6d95f9 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