doc: fix webcrypto.md AES-GCM backticks

PR-URL: https://github.com/nodejs/node/pull/54621
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Filip Skokan 2024-08-31 00:32:03 +02:00 committed by GitHub
parent 64bb5f8f8e
commit d49f47ee35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -567,7 +567,7 @@ The algorithms currently supported include:
* `'RSA-OAEP'`
* `'AES-CTR'`
* `'AES-CBC'`
* `'AES-GCM`'
* `'AES-GCM'`
### `subtle.deriveBits(algorithm, baseKey[, length])`
@ -703,7 +703,7 @@ The algorithms currently supported include:
* `'RSA-OAEP'`
* `'AES-CTR'`
* `'AES-CBC'`
* `'AES-GCM`'
* `'AES-GCM'`
### `subtle.exportKey(format, key)`