We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b92b4e commit 9932e35Copy full SHA for 9932e35
doc/api/crypto.md
@@ -3220,7 +3220,7 @@ changes:
3220
* `key` {Object|string|ArrayBuffer|Buffer|TypedArray|DataView}
3221
* `key`: {string|ArrayBuffer|Buffer|TypedArray|DataView|Object} The key
3222
material, either in PEM, DER, or JWK format.
3223
- * `format`: {string} Must be `'pem'`, `'der'`, or '`'jwk'`.
+ * `format`: {string} Must be `'pem'`, `'der'`, or `'jwk'`.
3224
**Default:** `'pem'`.
3225
* `type`: {string} Must be `'pkcs1'` or `'spki'`. This option is
3226
required only if the `format` is `'der'` and ignored otherwise.
0 commit comments