From d49f47ee3536ed76616d0328c01a949325321c40 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 31 Aug 2024 00:32:03 +0200 Subject: [PATCH] doc: fix webcrypto.md AES-GCM backticks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/54621 Reviewed-By: Tobias Nießen Reviewed-By: Richard Lau Reviewed-By: James M Snell --- doc/api/webcrypto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 1d2b8b1ed57d63..27c37bf4829f3e 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -567,7 +567,7 @@ The algorithms currently supported include: * `'RSA-OAEP'` * `'AES-CTR'` * `'AES-CBC'` -* `'AES-GCM`' +* `'AES-GCM'` ### `subtle.deriveBits(algorithm, baseKey[, length])` @@ -703,7 +703,7 @@ The algorithms currently supported include: * `'RSA-OAEP'` * `'AES-CTR'` * `'AES-CBC'` -* `'AES-GCM`' +* `'AES-GCM'` ### `subtle.exportKey(format, key)`