Skip to content

Commit

Permalink
chore: Minor Formatting for Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ITenthusiasm committed Apr 12, 2024
1 parent fa8b0be commit d4db442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/FormValidityObserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const attrs = Object.freeze({ "aria-describedby": "aria-describedby", "aria-inva
*
* @property {
(field: E) => void | ErrorDetails<M, E> | Promise<void | ErrorDetails<M, E>>
} [validate] A function that runs custom validation logic for a field. This validation is always run _last_.
} [validate] A function that runs custom validation logic for a field. This validation is always run _last_.
*/

/**
Expand Down

0 comments on commit d4db442

Please sign in to comment.