chore: fix typo in WebWorker.ts (#7219)

recieve → receive
This commit is contained in:
Ikko Ashimine 2021-05-10 14:49:57 +09:00 committed by GitHub
parent cb285a2379
commit 25ad7402e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(