From d40ee59ff9538aceb96d0d196964783f1411d667 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 --- 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 43290395bc6d2a..aca6dd81c4e249 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -301,7 +301,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: @@ -920,7 +920,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