From 1d31828d6a70b6f0d4ae923726dfe6f6a27b1a54 Mon Sep 17 00:00:00 2001 From: Matthew Conquergood Date: Wed, 25 May 2016 22:48:34 -0700 Subject: [PATCH] Fix a typo on line 223 of readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`**