Skip to content

Commit 043bc2b

Browse files
authored
Merge pull request #65 from timgates42/bugfix_typo_asymmetric
docs: fix simple typo, assymetric -> asymmetric
2 parents 893fbfa + 89fa982 commit 043bc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ You can either set this in your .ini-file, or pass/override them directly to the
200200
| private_key | jwt.private_key | | Key used to hash or sign tokens. |
201201
+--------------+-----------------+---------------+--------------------------------------------+
202202
| public_key | jwt.public_key | | Key used to verify token signatures. Only |
203-
| | | | used with assymetric algorithms. |
203+
| | | | used with asymmetric algorithms. |
204204
+--------------+-----------------+---------------+--------------------------------------------+
205205
| algorithm | jwt.algorithm | HS512 | Hash or encryption algorithm |
206206
+--------------+-----------------+---------------+--------------------------------------------+

0 commit comments

Comments
 (0)