Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01283f6

Browse filesBrowse files
tniessendanielleadams
authored andcommitted
doc: use sentence case for Web Crypto headers
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>
1 parent 6fccd66 commit 01283f6
Copy full SHA for 01283f6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/webcrypto.md‎

Copy file name to clipboardExpand all lines: doc/api/webcrypto.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.