From bb3387de17953ea1f0558f5f9863b0cd6c59d48c Mon Sep 17 00:00:00 2001 From: apeltop Date: Fri, 25 Mar 2022 08:36:30 +0900 Subject: chore(ext): fix typo in ext/webgpu, ext/fetch (#14106) --- ext/fetch/20_headers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fetch/20_headers.js') diff --git a/ext/fetch/20_headers.js b/ext/fetch/20_headers.js index e8a658d67..11a5d29b4 100644 --- a/ext/fetch/20_headers.js +++ b/ext/fetch/20_headers.js @@ -210,7 +210,7 @@ const value = entry[1]; if (value === null) throw new TypeError("Unreachable"); // The following if statement is not spec compliant. - // `set-cookie` is the only header that can not be concatentated, + // `set-cookie` is the only header that can not be concatenated, // so must be given to the user as multiple headers. // The else block of the if statement is spec compliant again. if (name === "set-cookie") { -- cgit v1.2.3