Skip to content

Commit 1d31828

Browse files
committed
Fix a typo on line 223 of readme.md
1 parent 58f7ba2 commit 1d31828

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
@@ -220,7 +220,7 @@ Currently only one callback is supported. Some will be added soon to monitor UI
220220
|Name |Type | Optional|Description |
221221
|-------------|------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
222222
|`currentUser`|`firebase.User` |No |The logged in user. |
223-
|`credential` |`firebase.auth.AuthCredential`|Yes |he credential used to sign in the user. |
223+
|`credential` |`firebase.auth.AuthCredential`|Yes |The credential used to sign in the user. |
224224
|`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).|
225225

226226
**Should return: `boolean`**

0 commit comments

Comments
 (0)