We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1c93b commit c5455fcCopy full SHA for c5455fc
src/content/ts.mdx
@@ -393,7 +393,7 @@ export type Field = {
393
394
## \</> FieldPath {#FieldPath}
395
396
-This type is useful when you define custom component's `name` prop, and it will type check again your field path.
+This type is useful when you define custom component's `name` prop, and it will type check against your field path.
397
398
```typescript copy
399
export type FieldPath<TFieldValues extends FieldValues> = Path<TFieldValues>
0 commit comments