From c07124e1a2bcb16b474e066e8a6bc00aafecc943 Mon Sep 17 00:00:00 2001 From: Kevin Sanders Date: Sun, 17 Sep 2023 16:03:47 -0400 Subject: [PATCH] Typo Fix --- site/content/docs/5.3/forms/checks-radios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/forms/checks-radios.md b/site/content/docs/5.3/forms/checks-radios.md index a18ab38c2b64..fe1ed948e97d 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 >}}