From: XhmikosR Date: Wed, 17 Jun 2020 06:18:56 +0000 (+0300) Subject: Fix typo X-Git-Tag: v4.5.1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6b74b8b41ff80c00f752d36f15124aca9f468f0;p=thirdparty%2Fbootstrap.git Fix typo --- diff --git a/site/docs/4.5/utilities/display.md b/site/docs/4.5/utilities/display.md index 3b53460ee0..454a099484 100644 --- a/site/docs/4.5/utilities/display.md +++ b/site/docs/4.5/utilities/display.md @@ -33,7 +33,7 @@ Where *value* is one of: The display values can be altered by changing the `$displays` variable and recompiling the SCSS. -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. +The media queries affect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on both `lg` and `xl` screens. ## Examples