Skip to content

Commit

Permalink
chore(ext/web): fix typo (denoland#16248)
Browse files Browse the repository at this point in the history
implictly -> implicitly
assiging -> assigning
  • Loading branch information
XiaoXiaoSN authored Oct 12, 2022
1 parent d47b17d commit ba3d0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/web/lib.deno_web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,8 @@ declare class MessagePort extends EventTarget {
postMessage(message: any, transfer: Transferable[]): void;
postMessage(message: any, options?: StructuredSerializeOptions): void;
/**
* Begins dispatching messages received on the port. This is implictly called
* when assiging a value to `this.onmessage`.
* Begins dispatching messages received on the port. This is implicitly called
* when assigning a value to `this.onmessage`.
*/
start(): void;
addEventListener<K extends keyof MessagePortEventMap>(
Expand Down

0 comments on commit ba3d0da

Please sign in to comment.