Skip to content

Commit 2bb433d

Browse files
panvatargos
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 f04f09d commit 2bb433d

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
@@ -2146,7 +2146,7 @@ added:
21462146

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

2149-
* `algorithm`: {AlgorithmIdentifier|RsaHashedImportParams|EcKeyImportParams|HmacImportParams}
2149+
* `algorithm`: {string|Algorithm|RsaHashedImportParams|EcKeyImportParams|HmacImportParams}
21502150

21512151
<!--lint enable maximum-line-length remark-lint-->
21522152

0 commit comments

Comments
 (0)