From f683cf901c8bc7d8183072f8554cf870f4a6ddbe Mon Sep 17 00:00:00 2001 From: marsonya Date: Thu, 25 Feb 2021 00:10:32 +0530 Subject: [PATCH] doc: fix typo in webcrypto.md PR-URL: https://github.com/nodejs/node/pull/37507 Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: James M Snell Reviewed-By: Richard Lau Reviewed-By: Gireesh Punathil Reviewed-By: Pooja D P Reviewed-By: Darshan Sen --- doc/api/webcrypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index e3ed1405355ad5..43327f58e5b6ae 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -773,7 +773,7 @@ The algorithms currently supported include: * `'NODE-ED25519'`1 * `'NODE-ED448'`1 -1 Non-standadrd Node.js extension +1 Non-standard Node.js extension ### `subtle.unwrapKey(format, wrappedKey, unwrappingKey, unwrapAlgo, unwrappedKeyAlgo, extractable, keyUsages)`