diff --git a/README.md b/README.md index cb793663..22c506de 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Currently only one callback is supported. Some will be added soon to monitor UI |Name |Type | Optional|Description | |-------------|------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |`currentUser`|`firebase.User` |No |The logged in user. | -|`credential` |`firebase.auth.AuthCredential`|Yes |he credential used to sign in the user. | +|`credential` |`firebase.auth.AuthCredential`|Yes |The credential used to sign in the user. | |`redirectUrl`|`string` |Yes |The URL where the user is redirected after the callback finishes. It will only be given if you [overwrite the sign-in success URL](#overwriting-the-sign-in-success-url).| **Should return: `boolean`**