mirror of https://github.com/jwtk/jjwt.git
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.
|
available) as this guarantees the correct security model for parsing signed JWTs.
|
||||||
|
|
||||||
<a name="jws-read-key"></a>
|
<a name="jws-read-key"></a>
|
||||||
|
|
Loading…
Reference in New Issue