Skip to content

Commit c5455fc

Browse files
authored
Fix typo in ts.mdx (#1030)
1 parent bc1c93b commit c5455fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/ts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export type Field = {
393393
394394
## \</> FieldPath {#FieldPath}
395395
396-
This type is useful when you define custom component's `name` prop, and it will type check again your field path.
396+
This type is useful when you define custom component's `name` prop, and it will type check against your field path.
397397
398398
```typescript copy
399399
export type FieldPath<TFieldValues extends FieldValues> = Path<TFieldValues>

0 commit comments

Comments
 (0)