Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: use sentence case for Web Crypto headers #41577

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/webcrypto.md
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down