Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kkemple committed Jul 24, 2018
2 parents 4f4389f + 3de5990 commit c50ff4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby/src/utils/api-browser-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ exports.disableCorePrefetching = true
exports.replaceHydrateFunction = true

/**
* Inform plugins of when a service worker has been installed.
* Inform plugins when a service worker has been installed.
*/
exports.onServiceWorkerInstalled = true

Expand All @@ -141,11 +141,11 @@ exports.onServiceWorkerInstalled = true
exports.onServiceWorkerUpdateFound = true

/**
* Inform plugins of when a service worker has become active.
* Inform plugins when a service worker has become active.
*/
exports.onServiceWorkerActive = true

/**
* Inform plugins of when a service worker is redundant.
* Inform plugins when a service worker is redundant.
*/
exports.onServiceWorkerRedundant = true

0 comments on commit c50ff4c

Please sign in to comment.