From 5c5f1b818a1363ef49f0fbc7b35a22c63cdb8a3b Mon Sep 17 00:00:00 2001 From: jonfrench Date: Wed, 22 Jul 2020 17:20:55 -0600 Subject: [PATCH] Added "are" to correct grammar (#605) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7754b05..3536494d 100644 --- a/README.md +++ b/README.md @@ -962,7 +962,7 @@ catch (JwtException ex) { // (5) } ``` -**NOTE: If you expecting a JWS, always call `JwtParser`'s `parseClaimsJws` method** (and not one of the other similar methods +**NOTE: If you are expecting a JWS, always call `JwtParser`'s `parseClaimsJws` method** (and not one of the other similar methods available) as this guarantees the correct security model for parsing signed JWTs.