We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43e687 commit 7a3dcb7Copy full SHA for 7a3dcb7
1 file changed
firebase_admin/auth.py
@@ -450,7 +450,7 @@ def update_user(uid, **kwargs): # pylint: disable=differing-param-doc
450
``auth.DELETE_ATTRIBUTE``.
451
password: The user's raw, unhashed password. (optional).
452
disabled: A boolean indicating whether or not the user account is disabled (optional).
453
- custom_claims: A dictionary or a JSON string contining the custom claims to be set on the
+ custom_claims: A dictionary or a JSON string containing the custom claims to be set on the
454
user account (optional). To remove all custom claims, pass ``auth.DELETE_ATTRIBUTE``.
455
valid_since: An integer signifying the seconds since the epoch (optional). This field is
456
set by ``revoke_refresh_tokens`` and it is discouraged to set this field directly.
0 commit comments