fix: typos in cli and core (#8082)

This commit is contained in:
Toan Nguyen 2020-10-23 18:19:37 +07:00 committed by GitHub
parent ab898556a4
commit 29e05bb014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,7 @@ delete Object.prototype.__proto__;
opCloseWorker();
}
// TODO(bartlomieju): remove these funtions
// TODO(bartlomieju): remove these functions
// Stuff for workers
const onmessage = () => {};
const onerror = () => {};