From 25ad7402e9c66736e1c5198f1ebcb7392dd3f8e1 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 10 May 2021 14:49:57 +0900 Subject: [PATCH] chore: fix typo in WebWorker.ts (#7219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit recieve → receive --- src/common/WebWorker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/WebWorker.ts b/src/common/WebWorker.ts index 87fb307b..8a1c279f 100644 --- a/src/common/WebWorker.ts +++ b/src/common/WebWorker.ts @@ -95,7 +95,7 @@ export class WebWorker extends EventEmitter { this._executionContextCallback(executionContext); }); - // This might fail if the target is closed before we recieve all execution contexts. + // This might fail if the target is closed before we receive all execution contexts. this._client.send('Runtime.enable').catch(debugError); this._client.on('Runtime.consoleAPICalled', (event) => consoleAPICalled(