Skip to content

Commit 7512c36

Browse files
committed
Merge github.com:firebase/firebaseui-web
2 parents 416502a + fcc5d01 commit 7512c36

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
@@ -211,7 +211,7 @@ Currently only one callback is supported. Some will be added soon to monitor UI
211211
|Name |Type | Optional|Description |
212212
|-------------|------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
213213
|`currentUser`|`firebase.User` |No |The logged in user. |
214-
|`credential` |`firebase.auth.AuthCredential`|Yes |he credential used to sign in the user. |
214+
|`credential` |`firebase.auth.AuthCredential`|Yes |The credential used to sign in the user. |
215215
|`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).|
216216

217217
**Should return: `boolean`**

0 commit comments

Comments
 (0)