mirror of
https://github.com/jwtk/jjwt.git
synced 2025-02-16 16:45:04 +00:00
Added "are" to correct grammar (#605)
This commit is contained in:
parent
d02cee5474
commit
5c5f1b818a
@ -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.
|
||||
|
||||
<a name="jws-read-key"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user