From 17311a8483f2d27f553f866b628a024b54f79e65 Mon Sep 17 00:00:00 2001 From: adrieljss Date: Fri, 14 Mar 2025 12:06:17 +0800 Subject: [PATCH] run linting and build --- plugins/http/guest-js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/http/guest-js/index.ts b/plugins/http/guest-js/index.ts index 623781a4..4c33f072 100644 --- a/plugins/http/guest-js/index.ts +++ b/plugins/http/guest-js/index.ts @@ -106,7 +106,7 @@ export interface DangerousSettings { acceptInvalidHostnames?: boolean } -const ERROR_REQUEST_CANCELLED = 'Request canceled' +const ERROR_REQUEST_CANCELLED = 'Request cancelled' /** * Fetch a resource from the network. It returns a `Promise` that resolves to the