1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Fix typo in toggle buttons outlined styles section (#39200)

This commit is contained in:
Kevin Sanders
2023-09-18 01:43:18 -04:00
committed by GitHub
parent 9e5e22ad6a
commit d9baa2f3a9

View File

@@ -305,7 +305,7 @@ Visually, these checkbox toggle buttons are identical to the [button plugin togg
### Outlined styles ### 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 >}} {{< example >}}
<input type="checkbox" class="btn-check" id="btn-check-outlined" autocomplete="off"> <input type="checkbox" class="btn-check" id="btn-check-outlined" autocomplete="off">