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)`