Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuy <quy@fluxbb.org>2020-06-16 21:25:54 +0300
committerGitHub <noreply@github.com>2020-06-16 21:25:54 +0300
commit11e63c1b36975b804db86be6ac0ffcf9727c4dde (patch)
tree15d80e118e8e87dab78e63c6a3a58ab05aa33465
parentd126c1fe4eb04c1c569fdcfd669972f4f9cbf46d (diff)
Fix typo (#31051)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--site/content/docs/5.0/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
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