Skip to content

Commit e8d493a

Browse files
authored
docs(form-field/switch): fix typo (#4015)
1 parent 0f2d2e5 commit e8d493a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/3.components/form-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ slots:
3434
The label `for` attribute and the form control are associated with a unique `id` if not provided.
3535
::
3636

37-
When using the `required` prop, an asterisk is be added next to the label.
37+
When using the `required` prop, an asterisk is added next to the label.
3838

3939
::component-code
4040
---

docs/content/3.components/switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ props:
4747
---
4848
::
4949

50-
When using the `required` prop, an asterisk is be added next to the label.
50+
When using the `required` prop, an asterisk is added next to the label.
5151

5252
::component-code
5353
---

0 commit comments

Comments
 (0)