From 9543bce787e7e1abc2806bcffb0d8e4c69533814 Mon Sep 17 00:00:00 2001 From: Alain Limoges Date: Tue, 29 Apr 2025 03:18:45 -0700 Subject: [PATCH] docs(form-field/switch): fix typo (#4015) --- docs/content/3.components/form-field.md | 2 +- docs/content/3.components/switch.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/3.components/form-field.md b/docs/content/3.components/form-field.md index 3ea9109c..fe8be0a0 100644 --- a/docs/content/3.components/form-field.md +++ b/docs/content/3.components/form-field.md @@ -34,7 +34,7 @@ slots: The label `for` attribute and the form control are associated with a unique `id` if not provided. :: -When using the `required` prop, an asterisk is be added next to the label. +When using the `required` prop, an asterisk is added next to the label. ::component-code --- diff --git a/docs/content/3.components/switch.md b/docs/content/3.components/switch.md index 220b2685..55b0e3ca 100644 --- a/docs/content/3.components/switch.md +++ b/docs/content/3.components/switch.md @@ -47,7 +47,7 @@ props: --- :: -When using the `required` prop, an asterisk is be added next to the label. +When using the `required` prop, an asterisk is added next to the label. ::component-code ---