diff options
| author | PatrikBillgren <PatrikBillgren@users.noreply.github.com> | 2018-07-19 15:34:01 +0200 |
|---|---|---|
| committer | José Padilla <jpadilla@webapplicate.com> | 2018-07-19 09:34:01 -0400 |
| commit | fa857044e49d10f22dc042704b27abf0c00bda50 (patch) | |
| tree | e4615a36ff34ff83f79d6b9ffc6d114f6a16a19b /docs | |
| parent | d25c92ca5e9980ca7bc8b31420bf36e3f4a9e3f0 (diff) | |
| download | pyjwt-fa857044e49d10f22dc042704b27abf0c00bda50.tar.gz | |
Update usage.rst (#360)
Small typo fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.rst b/docs/usage.rst index b9038c4..131e67b 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -68,7 +68,7 @@ key in the header. Registered Claim Names ---------------------- -The JWT specificaftion defines some registered claim names and defines +The JWT specification defines some registered claim names and defines how they should be used. PyJWT supports these registered claim names: - "exp" (Expiration Time) Claim |
