Skip to content

Commit 5c5f1b8

Browse files
authored
Added "are" to correct grammar (#605)
1 parent d02cee5 commit 5c5f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ catch (JwtException ex) { // (5)
962962
}
963963
```
964964

965-
**NOTE: If you expecting a JWS, always call `JwtParser`'s `parseClaimsJws` method** (and not one of the other similar methods
965+
**NOTE: If you are expecting a JWS, always call `JwtParser`'s `parseClaimsJws` method** (and not one of the other similar methods
966966
available) as this guarantees the correct security model for parsing signed JWTs.
967967
968968
<a name="jws-read-key"></a>

0 commit comments

Comments
 (0)