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 targos committed Jan 1, 2023
1 parent dfa58c1 commit e229f06
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 e229f06

Please sign in to comment.