From 2185803964f0df8a54c490dea9728a59b1bba82d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 19 Nov 2020 20:32:35 +0200 Subject: [PATCH] Fix a few typos (#32204) --- site/content/docs/5.0/forms/form-control.md | 2 +- site/content/docs/5.0/helpers/ratio.md | 2 +- site/content/docs/5.0/migration.md | 2 +- site/content/docs/5.0/utilities/interactions.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/docs/5.0/forms/form-control.md b/site/content/docs/5.0/forms/form-control.md index 3430626c9c..e35f099674 100644 --- a/site/content/docs/5.0/forms/form-control.md +++ b/site/content/docs/5.0/forms/form-control.md @@ -25,7 +25,7 @@ Set heights using classes like `.form-control-lg` and `.form-control-sm`. {{< example >}} - + {{< /example >}} diff --git a/site/content/docs/5.0/helpers/ratio.md b/site/content/docs/5.0/helpers/ratio.md index bde4e254c6..62e173ff1f 100644 --- a/site/content/docs/5.0/helpers/ratio.md +++ b/site/content/docs/5.0/helpers/ratio.md @@ -1,7 +1,7 @@ --- layout: docs title: Ratios -description: Use generated psuedo elements to make an element maintain the aspect ratio of your choosing. Perfect for responsively handling video or slideshow embeds based on the width of the parent. +description: Use generated pseudo elements to make an element maintain the aspect ratio of your choosing. Perfect for responsively handling video or slideshow embeds based on the width of the parent. group: helpers toc: true --- diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 7c06eec5da..dab1bd7df2 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -317,7 +317,7 @@ Badges were overhauled to better differentiate themselves from buttons and to be #### Buttons -- The checkbox/radio toggle is removed from the button plugin in favour of a CSS only solution, which is documented in the [form checks and radios]({{< docsref "/forms/checks-radios#toggle-buttons" >}}) docs. The `.btn-check` class can be added to inputs, any label with `.btn` and modifier class can be used to theme the labels. [See #30650](https://github.com/twbs/bootstrap/pull/30650). +- The checkbox/radio toggle is removed from the button plugin in favor of a CSS only solution, which is documented in the [form checks and radios]({{< docsref "/forms/checks-radios#toggle-buttons" >}}) docs. The `.btn-check` class can be added to inputs, any label with `.btn` and modifier class can be used to theme the labels. [See #30650](https://github.com/twbs/bootstrap/pull/30650). #### Cards diff --git a/site/content/docs/5.0/utilities/interactions.md b/site/content/docs/5.0/utilities/interactions.md index bdd2b62185..fdb6e1a480 100644 --- a/site/content/docs/5.0/utilities/interactions.md +++ b/site/content/docs/5.0/utilities/interactions.md @@ -22,7 +22,7 @@ Bootstrap provides `.pe-none` and `.pe-auto` classes to prevent or add element i {{< example >}}

This link can not be clicked.

-

This link can be clicked (this is default behaviour).

+

This link can be clicked (this is default behavior).

This link can not be clicked because the pointer-events property is inherited from its parent. However, this link has a pe-auto class and can be clicked.

{{< /example >}}