From 77dcd9a9b388d37e3a642c3704e20e880d12ffa9 Mon Sep 17 00:00:00 2001 From: Mauro Ciancio Date: Thu, 8 Sep 2016 11:56:17 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca032fbb..aaa50c54 100644 --- a/README.md +++ b/README.md @@ -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 {