From 2a0bbe7883e427fab09498e359f853d9c72fc519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 17 Apr 2023 21:25:11 +0200 Subject: [PATCH] doc: fix typo in webcrypto metadata PR-URL: https://github.com/nodejs/node/pull/47595 Reviewed-By: Filip Skokan Reviewed-By: Luigi Pinca --- doc/api/webcrypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 892355f189e0e6..fb33d552e4ebac 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -4,7 +4,7 @@ changes: - version: v20.0.0 pr-url: https://github.com/nodejs/node/pull/46067 - description: Arguments are now coersed and validated as per their WebIDL + description: Arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations. - version: v19.0.0 pr-url: https://github.com/nodejs/node/pull/44897