docs: Fixed Typo

[skip-ci]
This commit is contained in:
Greg Hesp
2020-05-19 11:25:10 +01:00
committed by GitHub
parent 5ef9c3c428
commit c529598bb9

View File

@@ -140,7 +140,7 @@ or sign in to an existing account with `signInWithEmailAndPassword`.
Ensure the "Email/Password" sign-in provider is enabled on the [Firebase Console](https://console.firebase.google.com/project/_/authentication/providers).
The `createUserWithEmailAndPassword` performs to operations; first creating the user if they do not already exist, and
The `createUserWithEmailAndPassword` performs two operations; first creating the user if they do not already exist, and
then signing them in.
```js