Skip to content

Commit

Permalink
doc: add backticks to webcrypto rsaOaepParams
Browse files Browse the repository at this point in the history
PR-URL: #45883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
panva committed Dec 16, 2022
1 parent a47939c commit 464e4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/webcrypto.md
Expand Up @@ -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
Expand All @@ -1602,7 +1602,7 @@ to the generated ciphertext.

The `rsaOaepParams.label` parameter is optional.

#### rsaOaepParams.name
#### `rsaOaepParams.name`

<!-- YAML
added: v15.0.0
Expand Down

0 comments on commit 464e4d2

Please sign in to comment.