mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(form-field/switch): fix typo (#4015)
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user