Skip to content

Commit 87f78a3

Browse files
panvatargos
authored andcommittedOct 2, 2024
doc: fix webcrypto.md AES-GCM backticks
PR-URL: #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 b85c8ce commit 87f78a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/webcrypto.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ The algorithms currently supported include:
565565
* `'RSA-OAEP'`
566566
* `'AES-CTR'`
567567
* `'AES-CBC'`
568-
* `'AES-GCM`'
568+
* `'AES-GCM'`
569569

570570
### `subtle.deriveBits(algorithm, baseKey[, length])`
571571

@@ -699,7 +699,7 @@ The algorithms currently supported include:
699699
* `'RSA-OAEP'`
700700
* `'AES-CTR'`
701701
* `'AES-CBC'`
702-
* `'AES-GCM`'
702+
* `'AES-GCM'`
703703

704704
### `subtle.exportKey(format, key)`
705705

0 commit comments

Comments
 (0)
Please sign in to comment.