doc: add backticks to webcrypto rsaOaepParams

PR-URL: https://github.com/nodejs/node/pull/45883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
Filip Skokan
2022-12-16 17:07:53 +01:00
committed by GitHub
parent a47939c75c
commit 464e4d293a

View File

@@ -1589,7 +1589,7 @@ there is reason to use a different value, use `new Uint8Array([1, 0, 1])`
added: v15.0.0
-->
#### rsaOaepParams.label
#### `rsaOaepParams.label`
<!-- YAML
added: v15.0.0
@@ -1602,7 +1602,7 @@ to the generated ciphertext.
The `rsaOaepParams.label` parameter is optional.
#### rsaOaepParams.name
#### `rsaOaepParams.name`
<!-- YAML
added: v15.0.0