We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb66d44 commit 17311a8Copy full SHA for 17311a8
plugins/http/guest-js/index.ts
@@ -106,7 +106,7 @@ export interface DangerousSettings {
106
acceptInvalidHostnames?: boolean
107
}
108
109
-const ERROR_REQUEST_CANCELLED = 'Request canceled'
+const ERROR_REQUEST_CANCELLED = 'Request cancelled'
110
111
/**
112
* Fetch a resource from the network. It returns a `Promise` that resolves to the
0 commit comments