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