From c4e08519f084e2c221927cebf26a0aa5a819b121 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 --- 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 2a2c4ea79fd94a..d9d19980138bb2 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`