Skip to content

Commit d4db442

Browse files
committed
chore: Minor Formatting for Comments
1 parent fa8b0be commit d4db442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/FormValidityObserver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const attrs = Object.freeze({ "aria-describedby": "aria-describedby", "aria-inva
4444
*
4545
* @property {
4646
(field: E) => void | ErrorDetails<M, E> | Promise<void | ErrorDetails<M, E>>
47-
} [validate] A function that runs custom validation logic for a field. This validation is always run _last_.
47+
} [validate] A function that runs custom validation logic for a field. This validation is always run _last_.
4848
*/
4949

5050
/**

0 commit comments

Comments
 (0)