From 8c9b5e9a360b111c837fac86d47bd1cb4c2380e3 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 2 Apr 2022 14:42:30 +0900 Subject: [PATCH] test: fix typo in common/wpt.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thw -> the PR-URL: https://github.com/nodejs/node/pull/42567 Reviewed-By: Zeyu Yang Reviewed-By: Colin Ihrig Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Akhil Marsonya Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott --- test/common/wpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/wpt.js b/test/common/wpt.js index 2a772f6f0fa8b1..cad77aec3642dc 100644 --- a/test/common/wpt.js +++ b/test/common/wpt.js @@ -56,7 +56,7 @@ class ResourceLoader { /** * Load a resource in test/fixtures/wpt specified with a URL * @param {string} from the path of the file loading this resource, - * relative to thw WPT folder. + * relative to the WPT folder. * @param {string} url the url of the resource being loaded. * @param {boolean} asFetch if true, return the resource in a * pseudo-Response object.