From 8a93c166f54fdd49c34d64f3c3040290bac2a06f Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Fri, 16 Dec 2022 12:02:43 +0100 Subject: [PATCH] doc: add backticks to webcrypto rsaOaepParams --- doc/api/webcrypto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index c993de34e2f8e3..035d8de3e30996 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -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`