Skip to content

Commit

Permalink
Fix JSDoc comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaykayehnn committed Mar 10, 2019
1 parent e15877f commit 2a1f6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/workbox-window/messageSW.mjs
Expand Up @@ -10,8 +10,8 @@ import './_version.mjs';


/**
* Sends a data object to a service worker via `postMessage` and resolves
* and resolves with a response (if any).
* Sends a data object to a service worker via `postMessage` and resolves with
* a response (if any).
*
* A response can be set in a message handler in the service worker by
* calling `event.ports[0].postMessage(...)`, which will resolve the promise
Expand Down

0 comments on commit 2a1f6ba

Please sign in to comment.