Skip to content

Commit 63122e9

Browse files
authored
docs: fix typo, replace "this this" with "this" (#1049)
1 parent 1f2c412 commit 63122e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UseFieldArrayContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ append({ firstName: 'bill', lastName: 'luo' }); ✅`}
141141
</li>
142142
<li>
143143
<p>
144-
we do not support circular reference. Refer to this this{" "}
144+
we do not support circular reference. Refer to this {" "}
145145
<a
146146
href="https://github.com/react-hook-form/react-hook-form/issues/4055"
147147
target="_blank"

0 commit comments

Comments
 (0)