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 authored and juanarbol committed Jan 24, 2023
1 parent 726b285 commit 48ea28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/webcrypto.md
Expand Up @@ -1554,7 +1554,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 @@ -1567,7 +1567,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 48ea28a

Please sign in to comment.