Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix grammar #95

Merged
merged 1 commit into from
Sep 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ keys may be both private and public.
- `options`: `<Object>`
- `calculateMissingRSAPrimes`: `<boolean>` **Default** 'false'. This option is really only in
effect when importing private RSA JWK keys, by default, keys without the optimization private
key parameters (p, q, dp, dq, qi) won't imported because their calculation is heavy and prone
key parameters (p, q, dp, dq, qi) won't be imported because their calculation is heavy and prone
to blocking the process. Setting this option to true will enable these keys to be imported,
albeit at your own risk. Depending on the key size the calculation takes long and it should
only be used for JWK keys from trusted sources.
Expand Down Expand Up @@ -786,7 +786,7 @@ Creates a new KeyStore from a JSON Web Key Set.
unsupported by your Node.js runtime version (or otherwise faulty keys) get swallowed.
- `calculateMissingRSAPrimes`: `<boolean>` **Default** 'false'. This option is really only in
effect when the JWKS contains private RSA JWK keys, by default, keys without the optimization
private key parameters (p, q, dp, dq, qi) won't imported because their calculation is heavy and
private key parameters (p, q, dp, dq, qi) won't be imported because their calculation is heavy and
prone to blocking the process. Setting this option to true will enable these keys to be
imported, albeit at your own risk. Depending on the key size the calculation takes long and it
should only be used for JWKS from trusted sources.
Expand Down