Skip to content

Commit 9777f71

Browse files
Update api.tsx (#1068)
1 parent af38673 commit 9777f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/api.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ setValue('notRegisteredInput', { test: '1', test2: '2' }); // ✅ sugar syntax t
21922192
<td>
21932193
<p>
21942194
Update input/inputs at a particular position, updated fields will
2195-
get unmount and remount. If this is not desired behavior, please
2195+
get unmounted and remounted. If this is not desired behavior, please
21962196
use{" "}
21972197
<Link href="/docs/useform/setvalue">
21982198
<code>setValue</code>

0 commit comments

Comments
 (0)