Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Fixed typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
albertorestifo committed Dec 31, 2015
1 parent 8579521 commit baa6ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/controller/Controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class Controller {

registerServiceWorker() {
if (!('serviceWorker' in navigator)) {
// Service worker is supported on this platform
// Service worker is not supported on this platform
return;
}

Expand Down

0 comments on commit baa6ef0

Please sign in to comment.