File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ def update_user(uid, **kwargs): # pylint: disable=differing-param-doc
450450 ``auth.DELETE_ATTRIBUTE``.
451451 password: The user's raw, unhashed password. (optional).
452452 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
453+ custom_claims: A dictionary or a JSON string containing the custom claims to be set on the
454454 user account (optional). To remove all custom claims, pass ``auth.DELETE_ATTRIBUTE``.
455455 valid_since: An integer signifying the seconds since the epoch (optional). This field is
456456 set by ``revoke_refresh_tokens`` and it is discouraged to set this field directly.
You can’t perform that action at this time.
0 commit comments