Skip to content

Commit 2b8cb45

Browse files
authored
Fixed typo in code comments. (#497)
1 parent 873aa7c commit 2b8cb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class RefreshToken(Base):
165165
def __init__(self, refresh_token):
166166
"""Initializes a credential from a refresh token JSON file.
167167
168-
The JSON must consist of client_id, client_secert and refresh_token fields. Refresh
168+
The JSON must consist of client_id, client_secret and refresh_token fields. Refresh
169169
token files are typically created and managed by the gcloud SDK. To instantiate
170170
a credential from a refresh token file, either specify the file path or a dict
171171
representing the parsed contents of the file.

0 commit comments

Comments
 (0)