Skip to content
Draft

Leagcy #1147

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed typos in watch pages (#920)
  • Loading branch information
Cassian-Andor authored Mar 17, 2023
commit 88f0abf91692d996e4e3d98d1782dc785758b6e4
2 changes: 1 addition & 1 deletion src/components/ApiWatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function ApiWatch({
<code>watch('inputName')</code>
</td>
<td>
<code className={typographyStyles.typeText}>unkown</code>
<code className={typographyStyles.typeText}>unknown</code>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/components/UseWatchContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function UseFieldArray({
<code>useWatch('inputName')</code>
</td>
<td>
<code className={typographyStyles.typeText}>unkown</code>
<code className={typographyStyles.typeText}>unknown</code>
</td>
</tr>
<tr>
Expand Down