Skip to content

Commit 9ea8e49

Browse files
tniessenBethGriggs
authored andcommitted
doc: use sentence case for Web Crypto headers
Refs: #33889 PR-URL: #41577 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 544267f commit 9ea8e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/webcrypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ async function digest(data, algorithm = 'SHA-512') {
304304
}
305305
```
306306

307-
## Algorithm Matrix
307+
## Algorithm matrix
308308

309309
The table details the algorithms supported by the Node.js Web Crypto API
310310
implementation and the APIs supported for each:
@@ -923,7 +923,7 @@ The wrapping algorithms currently supported include:
923923
* `'AES-GCM'`
924924
* `'AES-KW'`
925925

926-
## Algorithm Parameters
926+
## Algorithm parameters
927927

928928
The algorithm parameter objects define the methods and parameters used by
929929
the various {SubtleCrypto} methods. While described here as "classes", they

0 commit comments

Comments
 (0)