Merge pull request #434 from seanbright/patch-1

README.md: Add missing word ('know') and link
This commit is contained in:
Les Hazlewood 2019-02-07 18:37:36 -05:00 committed by GitHub
commit ea75c67888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -819,8 +819,8 @@ You read (parse) a JWS as follows:
4. The entire call is wrapped in a try/catch block in case parsing or signature validation fails. We'll cover
exceptions and causes for failure later.
<sup>1. If you don't which key to use at the time of parsing, you can look up the key using a `SigningKeyResolver`
which we'll cover later.</sup>
<sup>1. If you don't know which key to use at the time of parsing, you can look up the key using a `SigningKeyResolver`
which [we'll cover later](#jws-read-key-resolver).</sup>
For example: