Skip to content

Commit e0cc3f6

Browse files
panvalouwers
authored andcommitted
doc: fix webcrypto.md AES-GCM backticks
PR-URL: nodejs#54621 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c4158d4 commit e0cc3f6

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)