From 754baa4efa9b6991e10540dda5c996be65845b1b 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 6c37d88e80ca6d..18d17aab78a084 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])` @@ -701,7 +701,7 @@ The algorithms currently supported include: * `'RSA-OAEP'` * `'AES-CTR'` * `'AES-CBC'` -* `'AES-GCM`' +* `'AES-GCM'` ### `subtle.exportKey(format, key)`