Skip to content

Commit

Permalink
Fix typo in toggle buttons outlined styles section (#39200)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbsanders committed Sep 18, 2023
1 parent 9e5e22a commit d9baa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/forms/checks-radios.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit d9baa2f

Please sign in to comment.