Skip to content

Commit b22bb03

Browse files
panvaaduh95
authored andcommitted
doc: fix CryptoKey.algorithm type and other interfaces in webcrypto.md
PR-URL: #58294 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 670f310 commit b22bb03

File tree

3 files changed

+175
-35
lines changed

3 files changed

+175
-35
lines changed

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ added: v22.10.0
21422142

21432143
<!--lint disable maximum-line-length remark-lint-->
21442144

2145-
* `algorithm`: {AlgorithmIdentifier|RsaHashedImportParams|EcKeyImportParams|HmacImportParams}
2145+
* `algorithm`: {string|Algorithm|RsaHashedImportParams|EcKeyImportParams|HmacImportParams}
21462146

21472147
<!--lint enable maximum-line-length remark-lint-->
21482148

0 commit comments

Comments
 (0)