Skip to content

Commit 17311a8

Browse files
committed
run linting and build
1 parent bb66d44 commit 17311a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/http/guest-js/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export interface DangerousSettings {
106106
acceptInvalidHostnames?: boolean
107107
}
108108

109-
const ERROR_REQUEST_CANCELLED = 'Request canceled'
109+
const ERROR_REQUEST_CANCELLED = 'Request cancelled'
110110

111111
/**
112112
* Fetch a resource from the network. It returns a `Promise` that resolves to the

0 commit comments

Comments
 (0)