Skip to content

Commit 6c438fb

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/next-15.2.4
2 parents 1dd0ddd + 711e8de commit 6c438fb

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
@@ -329,7 +329,7 @@ This config will enable [browser native validation](https://developer.mozilla.or
329329

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

334334
**Examples:**
335335

0 commit comments

Comments
 (0)