From 9ea8e49032ff81fb038908444cf5e9be474637eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 18 Jan 2022 13:09:48 +0000 Subject: [PATCH] doc: use sentence case for Web Crypto headers Refs: https://github.com/nodejs/node/pull/33889 PR-URL: https://github.com/nodejs/node/pull/41577 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Mestery --- 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 8aa0c77a3736ae..191041d50034e1 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -304,7 +304,7 @@ async function digest(data, algorithm = 'SHA-512') { } ``` -## Algorithm Matrix +## Algorithm matrix The table details the algorithms supported by the Node.js Web Crypto API implementation and the APIs supported for each: @@ -923,7 +923,7 @@ The wrapping algorithms currently supported include: * `'AES-GCM'` * `'AES-KW'` -## Algorithm Parameters +## Algorithm parameters The algorithm parameter objects define the methods and parameters used by the various {SubtleCrypto} methods. While described here as "classes", they