Added "are" to correct grammar (#605)

This commit is contained in:
jonfrench 2020-07-22 17:20:55 -06:00 committed by GitHub
parent d02cee5474
commit 5c5f1b818a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. available) as this guarantees the correct security model for parsing signed JWTs.
<a name="jws-read-key"></a> <a name="jws-read-key"></a>