From dc9c31985c99b16bf49bcef85e9702caf7290d0d Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 6 Oct 2021 12:01:39 +0800 Subject: [PATCH] doc: fix the inline code-block at the NodeDhKeyGenParams class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40341 Reviewed-By: Rich Trott Reviewed-By: Zijian Liu Reviewed-By: Benjamin Gruenbaum Reviewed-By: Gerhard Stöbich Reviewed-By: Qingyu Deng --- doc/api/webcrypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index eecac048a26444..8aff52193035d2 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -1511,7 +1511,7 @@ added: v15.0.0 * Type: {string} Must be `'NODE-DH'`. -#### Class: NodeDhKeyGenParams` +#### Class: `NodeDhKeyGenParams`