From d57e8c59e8975a8bc5a42803e17f8a00f251b6a1 Mon Sep 17 00:00:00 2001 From: GitHubPang <61439577+GitHubPang@users.noreply.github.com> Date: Sat, 5 Sep 2020 16:40:58 +0800 Subject: [PATCH] docs: fix grammar (#95) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index fc5dc8d20a..5d8fc0383b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -447,7 +447,7 @@ keys may be both private and public. - `options`: `` - `calculateMissingRSAPrimes`: `` **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. @@ -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`: `` **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.