From 8504f6881576343889b2bf1c8ced9cca7ee9eae5 Mon Sep 17 00:00:00 2001 From: Andrew Murphy Date: Thu, 19 Oct 2017 21:15:07 +0100 Subject: [PATCH] typo --- docs/4.0/utilities/display.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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