Skip to content

Commit

Permalink
doc: use sentence case for Web Crypto headers
Browse files Browse the repository at this point in the history
Refs: #33889

PR-URL: #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>
  • Loading branch information
tniessen authored and BethGriggs committed Jan 24, 2022
1 parent 544267f commit 9ea8e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/webcrypto.md
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9ea8e49

Please sign in to comment.