Skip to content

Commit

Permalink
πŸ˜΅β€πŸ’« fixed typo in useFormContext (#11126)
Browse files Browse the repository at this point in the history
Co-authored-by: vty <[email protected]>
  • Loading branch information
tykhan and vty committed Nov 2, 2023
1 parent a7ee911 commit c3b2249
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 c3b2249

Please sign in to comment.