Skip to content

Commit f2379b4

Browse files
committed
fix: grammar
1 parent 2c6e141 commit f2379b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/app_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def verify_token(token: str, app=None) -> Dict[str, Any]:
3838
Raises:
3939
ValueError: If the app's ``project_id`` is invalid or unspecified,
4040
or if the token's headers or payload are invalid.
41-
PyJWKClientError: If PyJWKClient fails to fetch a valid the signing key.
41+
PyJWKClientError: If PyJWKClient fails to fetch a valid signing key.
4242
"""
4343
return _get_app_check_service(app).verify_token(token)
4444

0 commit comments

Comments
 (0)