From 7923dbe1e231c2b1c27f97f6a2b7f152e8eab4b0 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 29 Aug 2024 00:19:06 +0200 Subject: [PATCH] doc: fix webcrypto.md AES-GCM backticks --- 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)`