Skip to content

Commit 28b970f

Browse files
fix: fix typo in useForm documentation (#1079)
Co-authored-by: Beier (Bill) <[email protected]>
1 parent 3715fd0 commit 28b970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/useform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ This config will enable [browser native validation](https://developer.mozilla.or
322322

323323
- Only works with `onSubmit` and `onChange` modes, as the `reportValidity` execution will focus the error input.
324324
- Each registered field's validation message is required to be string to display them natively.
325-
- This feature only works with the `register` API and`useController/Controller` that are connected with actual DOM references.
325+
- This feature only works with the `register` API and `useController/Controller` that are connected with actual DOM references.
326326

327327
**Examples:**
328328

0 commit comments

Comments
 (0)