]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix docs typo of `.form-checkbox` -> `.form-check`
authorMatthew West <mwest@illinois.edu>
Sun, 31 Jul 2022 23:00:21 +0000 (18:00 -0500)
committerMark Otto <otto@github.com>
Mon, 1 Aug 2022 16:02:24 +0000 (09:02 -0700)
The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).

site/content/docs/5.2/forms/layout.md

index 21423040e4128ad0102f150c18623f4ec034e3ef..3b27e3f1c9283af9270b2478b83f79b7af67d3ed 100644 (file)
@@ -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">