Skip to content

Commit 9dc82f0

Browse files
abit19bdemers
authored andcommitted
Fix small typo in README.md
1 parent 6fe3759 commit 9dc82f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ JWT RSA signature algorithms `RS256`, `RS384`, `RS512`, `PS256`, `PS384` and `PS
570570
Anything smaller than this (such as 1024 bits) will be rejected with an `InvalidKeyException`.
571571

572572
That said, in keeping with best practices and increasing key lengths for security longevity, JJWT
573-
recoommends that you use:
573+
recommends that you use:
574574

575575
* at least 2048 bit keys with `RS256` and `PS256`
576576
* at least 3072 bit keys with `RS384` and `PS384`

0 commit comments

Comments
 (0)