]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo
authorXhmikosR <xhmikosr@gmail.com>
Wed, 17 Jun 2020 06:18:56 +0000 (09:18 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 24 Jun 2020 12:16:58 +0000 (15:16 +0300)
site/docs/4.5/utilities/display.md

index 3b53460ee0ec601e122a9a7f6d015b423e02e2bf..454a099484f9a1ea0878f31b16674662d3d418b1 100644 (file)
@@ -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