Skip to content

Commit

Permalink
docs: Fix typo in parseWithYup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uttk committed Jul 19, 2024
1 parent b36d858 commit 2c757df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/yup/parseWithYup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Set it to **true** if you want to parse the form data with **validate** method f
## Example

```tsx
import { parseWithYup } from '@conform-to/zod';
import { parseWithYup } from '@conform-to/yup';
import { useForm } from '@conform-to/react';
import * as yup from 'yup';

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/api/yup/parseWithYup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Yup スキーマ、または Yup スキーマを返す関数のいずれかで
##

```tsx
import { parseWithYup } from '@conform-to/zod';
import { parseWithYup } from '@conform-to/yup';
import { useForm } from '@conform-to/react';
import * as yup from 'yup';

Expand Down

0 comments on commit 2c757df

Please sign in to comment.