We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02cee5 commit 5c5f1b8Copy full SHA for 5c5f1b8
README.md
@@ -962,7 +962,7 @@ catch (JwtException ex) { // (5)
962
}
963
```
964
965
-**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
966
available) as this guarantees the correct security model for parsing signed JWTs.
967
968
<a name="jws-read-key"></a>
0 commit comments