Skip to content

Commit fe50d4e

Browse files
committed
feat(typings): fix definition file typo
1 parent 288dd3f commit fe50d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/useForm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export interface UseForm<
159159
* To determine the error status of each fields individually,
160160
* have a look at the `fields`
161161
*/
162-
hasErros: boolean
162+
hasErrors: boolean
163163
/** Call it to respond to input changes. */
164164
handleChange: ChangeHandler<F, KV>
165165
/**

0 commit comments

Comments
 (0)