Skip to content

Commit d49f47e

Browse files
authored
doc: fix webcrypto.md AES-GCM backticks
PR-URL: nodejs#54621 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 64bb5f8 commit d49f47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/webcrypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ The algorithms currently supported include:
567567
* `'RSA-OAEP'`
568568
* `'AES-CTR'`
569569
* `'AES-CBC'`
570-
* `'AES-GCM`'
570+
* `'AES-GCM'`
571571

572572
### `subtle.deriveBits(algorithm, baseKey[, length])`
573573

@@ -703,7 +703,7 @@ The algorithms currently supported include:
703703
* `'RSA-OAEP'`
704704
* `'AES-CTR'`
705705
* `'AES-CBC'`
706-
* `'AES-GCM`'
706+
* `'AES-GCM'`
707707

708708
### `subtle.exportKey(format, key)`
709709

0 commit comments

Comments
 (0)