Skip to content

Commit 2ae0457

Browse files
fix import typo in full example code block
Fix import statement typo in Full Example code block of useCreateUserWithEmailAndPassword hook
1 parent 1d1ca28 commit 2ae0457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Returns:
105105
#### Full Example
106106

107107
```jsx
108-
import { useSignInWithEmailAndPassword } from 'react-firebase-hooks/auth';
108+
import { useCreateUserWithEmailAndPassword } from 'react-firebase-hooks/auth';
109109

110110
const SignIn = () => {
111111
const [email, setEmail] = useState('');

0 commit comments

Comments
 (0)