Skip to content

Commit

Permalink
Merge pull request #339 from G-Rath/patch-1
Browse files Browse the repository at this point in the history
docs: fix wording
  • Loading branch information
airjp73 committed Nov 18, 2023
2 parents c064056 + 29f3982 commit eabb3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/app/routes/reference/use-control-field.mdx
Expand Up @@ -26,7 +26,7 @@ _Caveats:_

- If you call this hook multiple times with the same field name,
it will always return the same value, assuming both calls are in the context of the same form.
- If you all instances of this hook pointing at a particular field are unmounted, the value will be reset.
- If all instances of this hook pointing at a particular field are unmounted, the value will be reset.
This mimicks default input behavior

The companion hook [`useUpdateControlledField`](/reference/use-update-controlled-field) can also be used
Expand Down

1 comment on commit eabb3f2

@vercel
Copy link

@vercel vercel bot commented on eabb3f2 Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.