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