]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo (#31051)
authorQuy <quy@fluxbb.org>
Tue, 16 Jun 2020 18:25:54 +0000 (11:25 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 18:25:54 +0000 (21:25 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.0/utilities/display.md

index cbf41d2b3959d6544c653a38d313740ab348c41d..0f7deca180e3abc67effda9bf650260bae069251 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`, `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