docs: fix typo JWK.KeyStore -> JWKS.KeyStore (#46)

This commit is contained in:
Alexsey 2019-09-26 18:15:44 +03:00 committed by Filip Skokan
parent 809e3cb682
commit 88400695f0

View file

@ -164,7 +164,7 @@ const jwk = { kty: 'EC',
y: 'QTwy27XgP7ZMOdGOSopAHB-FU1JMQn3J9GEWGtUXreQ' }
const anotherKey = jose.JWK.asKey(jwk)
const keystore = new jose.JWK.KeyStore(key, key2)
const keystore = new jose.JWKS.KeyStore(key, key2)
```
### JWT vs JWS