docs(form-field/switch): fix typo (#4015)

This commit is contained in:
Alain Limoges
2025-04-29 03:18:45 -07:00
committed by GitHub
parent 0f2d2e5d03
commit e8d493a00e
2 changed files with 2 additions and 2 deletions

View File

@@ -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
---

View File

@@ -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
---