Skip to content

Commit

Permalink
Merge pull request #1952 from kaykayehnn/fix-typo
Browse files Browse the repository at this point in the history
Fix JSDoc comment typo
  • Loading branch information
philipwalton committed Mar 10, 2019
2 parents e15877f + 2a1f6ba commit da6e0f2
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 da6e0f2

Please sign in to comment.