Skip to content

Commit 5894c25

Browse files
committed
docs: fix typo in docstring
1 parent 49b8be4 commit 5894c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth0/authentication/async_token_verifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ async def verify(
176176
token (str): The JWT to verify.
177177
nonce (str, optional): The nonce value sent during authentication.
178178
max_age (int, optional): The max_age value sent during authentication.
179-
organization (str, optional): The expected organization ID (org_id) or orgnization name (org_name) claim value. This should be specified
179+
organization (str, optional): The expected organization ID (org_id) or organization name (org_name) claim value. This should be specified
180180
when logging in to an organization.
181181
182182
Returns:

auth0/authentication/token_verifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def verify(
299299
token (str): The JWT to verify.
300300
nonce (str, optional): The nonce value sent during authentication.
301301
max_age (int, optional): The max_age value sent during authentication.
302-
organization (str, optional): The expected organization ID (org_id) or orgnization name (org_name) claim value. This should be specified
302+
organization (str, optional): The expected organization ID (org_id) or organization name (org_name) claim value. This should be specified
303303
when logging in to an organization.
304304
305305
Returns:

0 commit comments

Comments
 (0)