diff options
| author | Kevin Sanders <[email protected]> | 2023-09-18 01:43:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-18 07:43:18 +0200 |
| commit | d9baa2f3a9707e00c6773f637a9df7b3d1795aad (patch) | |
| tree | e762180d890d29b79a6fc41f2ed49763d84d150c /site | |
| parent | 9e5e22ad6a993fb1d87b496016604b49aa57e77d (diff) | |
| download | bootstrap-d9baa2f3a9707e00c6773f637a9df7b3d1795aad.tar.xz bootstrap-d9baa2f3a9707e00c6773f637a9df7b3d1795aad.zip | |
Fix typo in toggle buttons outlined styles section (#39200)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.3/forms/checks-radios.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/forms/checks-radios.md b/site/content/docs/5.3/forms/checks-radios.md index a18ab38c2..fe1ed948e 100644 --- a/site/content/docs/5.3/forms/checks-radios.md +++ b/site/content/docs/5.3/forms/checks-radios.md @@ -305,7 +305,7 @@ Visually, these checkbox toggle buttons are identical to the [button plugin togg ### Outlined styles -Different variants of `.btn`, such at the various outlined styles, are supported. +Different variants of `.btn`, such as the various outlined styles, are supported. {{< example >}} <input type="checkbox" class="btn-check" id="btn-check-outlined" autocomplete="off"> |
