Skip to content

Commit

Permalink
doc: fix webcrypto.md AES-GCM backticks
Browse files Browse the repository at this point in the history
PR-URL: #54621
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
panva authored Aug 30, 2024
1 parent 64bb5f8 commit d49f47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/webcrypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ The algorithms currently supported include:
* `'RSA-OAEP'`
* `'AES-CTR'`
* `'AES-CBC'`
* `'AES-GCM`'
* `'AES-GCM'`

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

Expand Down Expand Up @@ -703,7 +703,7 @@ The algorithms currently supported include:
* `'RSA-OAEP'`
* `'AES-CTR'`
* `'AES-CBC'`
* `'AES-GCM`'
* `'AES-GCM'`

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

Expand Down

0 comments on commit d49f47e

Please sign in to comment.