Skip to content

Commit f3094f5

Browse files
committed
fix: typo in docs closes #4129
1 parent d83b1a0 commit f3094f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/api/form.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Sets multiple fields error messages, uses `setFieldError` internally.
198198

199199
Sets a field's value, if a field does not exist it will not be reflected in the `values` ref. This will trigger validation on the field whose value changed.
200200

201-
If ou try to set a value for a field that doesn't exist, it will be added to the form's values object and will stay there until the next `resetForm` is called.
201+
If you try to set a value for a field that doesn't exist, it will be added to the form's values object and will stay there until the next `resetForm` is called.
202202

203203
<CodeTitle level="4">
204204

0 commit comments

Comments
 (0)