Skip to content

Commit 754baa4

Browse files
panvaaduh95
authored andcommitted
doc: fix webcrypto.md AES-GCM backticks
PR-URL: #54621 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 540b1db commit 754baa4

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

@@ -701,7 +701,7 @@ The algorithms currently supported include:
701701
* `'RSA-OAEP'`
702702
* `'AES-CTR'`
703703
* `'AES-CBC'`
704-
* `'AES-GCM`'
704+
* `'AES-GCM'`
705705

706706
### `subtle.exportKey(format, key)`
707707

0 commit comments

Comments
 (0)