mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(form-field/switch): fix typo (#4015)
This commit is contained in:
committed by
Benjamin Canac
parent
5e345a8a73
commit
9543bce787
@@ -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