Skip to content

Commit 3d2ec93

Browse files
authored
docs : Improve Readability (#4831)
1 parent 533d311 commit 3d2ec93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guide/composition-api/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Notice that for components, validations are executed immediately. This is intend
144144

145145
But aside from the attributes and listeners that vee-validate adds to those binding objects, you can also map the attributes and props of the in. This is useful when you want to:
146146

147-
- When you want to map the attributes/props to a different name.
147+
- Map the attributes/props to a different name.
148148
- Pass new attributes/props to the component/element based on the field state.
149149

150150
You can use `props` to include any additional props or attributes you need to add to the component/element.

0 commit comments

Comments
 (0)