Skip to content

Commit cab7729

Browse files
authored
Merge pull request #172 from nerogit/patch-1
Fix typo on options.rst
2 parents 38d668b + 34bb263 commit cab7729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ General Options:
3535
``JWT_PRIVATE_KEY`` The private key needed for asymmetric based signing algorithms,
3636
such as ``RS*`` or ``ES*``. PEM format expected.
3737
``JWT_IDENTITY_CLAIM`` Claim in the tokens that is used as source of identity.
38-
For interoperativity, the JWT RFC recommends using ``'sub'``.
38+
For interoperability, the JWT RFC recommends using ``'sub'``.
3939
Defaults to ``'identity'`` for legacy reasons.
4040
``JWT_USER_CLAIMS`` Claim in the tokens that is used to store user claims.
4141
Defaults to ``'user_claims'``.

0 commit comments

Comments
 (0)