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 <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
This commit is contained in:
Tobias Nießen
2022-01-18 13:09:48 +00:00
parent 325b9473c0
commit 98659c04d5

View File

@@ -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