Skip to content

Commit 1673d87

Browse files
authored
docs: fix wording in "Testing Form" section. (#997)
1 parent 192cdc6 commit 1673d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ test('fills in the form', async () => {
358358

359359
What happens if your Input component is not that simple? You might be using a UI library, like Vuetify. If you rely on digging inside the markup to find the right element, your tests may break if the external library decides to change their internals.
360360

361-
In such cases you can use set the value directly, using the component instance and `setValue`.
361+
In such cases you can set the value directly, using the component instance and `setValue`.
362362

363363
Assume we have a form that uses the Vuetify textarea:
364364

0 commit comments

Comments
 (0)