summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleftovervirus <30937486+leftovervirus@users.noreply.github.com>2021-04-16 12:59:16 -0400
committerGitHub <noreply@github.com>2021-04-16 12:59:16 -0400
commitbcd572806c121c2f85d104b3e13a196e5bb46a79 (patch)
tree4fb0308d315979272fbea584a83b1ce7040e6bca
parentfc7a708149d7fc75a9053b76129067c98b49d09f (diff)
downloadpyjwt-bcd572806c121c2f85d104b3e13a196e5bb46a79.tar.gz
changed 'paramenter' to 'parameter' (#638)
Co-authored-by: leftovervirus <leftovervirus@Steve-PC.localdomain>
-rw-r--r--docs/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.rst b/docs/usage.rst
index e578764..c5372af 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -262,7 +262,7 @@ Issued At Claim (iat)
Requiring Presence of Claims
----------------------------
-If you wish to require one or more claims to be present in the claimset, you can set the ``require`` paramenter to include these claims.
+If you wish to require one or more claims to be present in the claimset, you can set the ``require`` parameter to include these claims.
.. code-block:: pycon