Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormarsonya <akhil.marsonya27@gmail.com>2021-02-24 21:40:32 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-02-28 16:46:24 +0300
commitfb5e5bed21ab4d30ce3f51006ca64450a71bb2b6 (patch)
treeeabafcedd7839612151de4c1134982486cf4d8cb /doc
parent31f4600b7ad07a9bcdf66d0918eefc6b6f4af874 (diff)
doc: fix typo in webcrypto.md
PR-URL: https://github.com/nodejs/node/pull/37507 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/webcrypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index e3ed1405355..43327f58e5b 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -773,7 +773,7 @@ The algorithms currently supported include:
* `'NODE-ED25519'`<sup>1</sup>
* `'NODE-ED448'`<sup>1</sup>
-<sup>1</sup> Non-standadrd Node.js extension
+<sup>1</sup> Non-standard Node.js extension
### `subtle.unwrapKey(format, wrappedKey, unwrappingKey, unwrapAlgo, unwrappedKeyAlgo, extractable, keyUsages)`
<!-- YAML