Merge pull request #162 from maurociancio/patch-2

Fix typo.
This commit is contained in:
Les Hazlewood 2016-09-11 12:49:44 -07:00 committed by GitHub
commit 55fcf190cc
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ try {
JJWT automatically detects that compression was used by examining the header and will automatically decompress when parsing. No extra coding is needed on your part for decompression.
* **Require Claims.** When parsing, you can specify that certain calims *must* be present and set to a certain value.
* **Require Claims.** When parsing, you can specify that certain claims *must* be present and set to a certain value.
```java
try {