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:
authorJulien Déramond <julien.deramond@orange.com>2022-07-29 22:49:01 +0300
committerGitHub <noreply@github.com>2022-07-29 22:49:01 +0300
commit17aa6732ab83653501e70dc88afcccead1dc0892 (patch)
tree4738b12cba47387268d6af974cd49ef3fcd4ffd9 /site/content/docs
parentdb86607c088bd307aa21f4b4bd0258262262a4e4 (diff)
Fix typos after #36762 (#36771)
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.2/components/carousel.md2
-rw-r--r--site/content/docs/5.2/getting-started/introduction.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.2/components/carousel.md b/site/content/docs/5.2/components/carousel.md
index fee28995bc..ec9aa466c5 100644
--- a/site/content/docs/5.2/components/carousel.md
+++ b/site/content/docs/5.2/components/carousel.md
@@ -281,7 +281,7 @@ Add `.carousel-dark` to the `.carousel` for darker controls, indicators, and cap
## Custom transition
-The transition duration of `.carousel-item` can be changed with the `$carousel-transition-duration` Sass variable before compiling or custom styles if you're using the compiled CSS. If multiple transitions are applied, make sure the transform transition is defined first (eg. `transition: transform 2s ease, opacity .5s ease-out`).
+The transition duration of `.carousel-item` can be changed with the `$carousel-transition-duration` Sass variable before compiling or custom styles if you're using the compiled CSS. If multiple transitions are applied, make sure the transform transition is defined first (e.g. `transition: transform 2s ease, opacity .5s ease-out`).
## Sass
diff --git a/site/content/docs/5.2/getting-started/introduction.md b/site/content/docs/5.2/getting-started/introduction.md
index 0167427fc3..579e04b2f4 100644
--- a/site/content/docs/5.2/getting-started/introduction.md
+++ b/site/content/docs/5.2/getting-started/introduction.md
@@ -151,7 +151,7 @@ For improved cross-browser rendering, we use [Reboot]({{< docsref "/content/rebo
## Community
-Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.
+Stay up-to-date on the development of Bootstrap and reach out to the community with these helpful resources.
- Read and subscribe to [The Official Bootstrap Blog]({{< param blog >}}).
- Ask and explore [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions).