Skip to content

Commit 88f0abf

Browse files
Fixed typos in watch pages (#920)
1 parent 803b6a4 commit 88f0abf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ApiWatch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default function ApiWatch({
107107
<code>watch('inputName')</code>
108108
</td>
109109
<td>
110-
<code className={typographyStyles.typeText}>unkown</code>
110+
<code className={typographyStyles.typeText}>unknown</code>
111111
</td>
112112
</tr>
113113
<tr>

src/components/UseWatchContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default function UseFieldArray({
140140
<code>useWatch('inputName')</code>
141141
</td>
142142
<td>
143-
<code className={typographyStyles.typeText}>unkown</code>
143+
<code className={typographyStyles.typeText}>unknown</code>
144144
</td>
145145
</tr>
146146
<tr>

0 commit comments

Comments
 (0)