Skip to content

Commit

Permalink
Fixed typo in useFormContext
Browse files Browse the repository at this point in the history
  • Loading branch information
vty committed Nov 2, 2023
1 parent a7ee911 commit d9f120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useFormContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const useFormContext = <
* @remarks
* [API](https://react-hook-form.com/docs/useformcontext) • [Demo](https://codesandbox.io/s/react-hook-form-v7-form-context-ytudi)
*
* @param props - all useFrom methods
* @param props - all useForm methods
*
* @example
* ```tsx
Expand Down

0 comments on commit d9f120d

Please sign in to comment.