Skip to content

Commit dfd26b8

Browse files
committed
update README.md
1 parent a540f0c commit dfd26b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function App() {
6969
```jsx
7070
import React from 'react';
7171
import { useForm } from 'react-hook-form';
72-
import { ErrorMessage } from '@hookform/error-messagee';
72+
import { ErrorMessage } from '@hookform/error-message';
7373

7474
export default function App() {
7575
const { register, errors, handleSubmit } = useForm({

0 commit comments

Comments
 (0)