aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew West <[email protected]>2022-07-31 18:00:21 -0500
committerMark Otto <[email protected]>2022-08-01 09:02:24 -0700
commit7432f2a9224ed173d04930df3f02fd5a37e962c0 (patch)
treebbdbdb44ca0e7316b1bf81bc4920523b9952140a
parentc22dd50e1b3539685c609e0e0b37ba52bb2312cf (diff)
downloadbootstrap-7432f2a9224ed173d04930df3f02fd5a37e962c0.tar.xz
bootstrap-7432f2a9224ed173d04930df3f02fd5a37e962c0.zip
Fix docs typo of `.form-checkbox` -> `.form-check`
The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).
-rw-r--r--site/content/docs/5.2/forms/layout.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/forms/layout.md b/site/content/docs/5.2/forms/layout.md
index 21423040e..3b27e3f1c 100644
--- a/site/content/docs/5.2/forms/layout.md
+++ b/site/content/docs/5.2/forms/layout.md
@@ -291,7 +291,7 @@ You can then remix that once again with size-specific column classes.
## Inline forms
-Use the `.row-cols-*` classes to create responsive horizontal layouts. By adding [gutter modifier classes]({{< docsref "/layout/gutters" >}}), we'll have gutters in horizontal and vertical directions. On narrow mobile viewports, the `.col-12` helps stack the form controls and more. The `.align-items-center` aligns the form elements to the middle, making the `.form-checkbox` align properly.
+Use the `.row-cols-*` classes to create responsive horizontal layouts. By adding [gutter modifier classes]({{< docsref "/layout/gutters" >}}), we'll have gutters in horizontal and vertical directions. On narrow mobile viewports, the `.col-12` helps stack the form controls and more. The `.align-items-center` aligns the form elements to the middle, making the `.form-check` align properly.
{{< example >}}
<form class="row row-cols-lg-auto g-3 align-items-center">