From: Quy Date: Tue, 16 Jun 2020 18:25:54 +0000 (-0700) Subject: Fix typo (#31051) X-Git-Tag: v5.0.0-alpha1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e63c1b36975b804db86be6ac0ffcf9727c4dde;p=thirdparty%2Fbootstrap.git Fix typo (#31051) Co-authored-by: XhmikosR --- diff --git a/site/content/docs/5.0/utilities/display.md b/site/content/docs/5.0/utilities/display.md index cbf41d2b39..0f7deca180 100644 --- a/site/content/docs/5.0/utilities/display.md +++ b/site/content/docs/5.0/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`, `xl`, and `xxl` screens. +The media queries affect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on both `lg`, `xl`, and `xxl` screens. ## Examples