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: 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>
  • Loading branch information
panva committed 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.