From 52df749e68071a975205ff0d5cf72beadddc47ff Mon Sep 17 00:00:00 2001 From: Matthew West Date: Sun, 31 Jul 2022 18:00:21 -0500 Subject: [PATCH] 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). --- site/content/docs/5.2/forms/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.2/forms/layout.md b/site/content/docs/5.2/forms/layout.md index 21423040e412..3b27e3f1c928 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 >}}