Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Sep 13, 2016
1 parent 3f9af53 commit 3e08e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-worker/foreign-fetch/remote-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app.use((req, res, next) => {
// chrome://flags/#enable-experimental-web-platform-features
// on all of the Chrome clients used for testing.
// The deployment at https://foreign-fetch-demo.appspot.com has a
// token, so it's foreign fetch service worker does not require the flag.
// token, so its foreign fetch service worker does not require the flag.
// res.setHeader('Origin-Trial', 'your-token-here');
return next();
});
Expand Down

0 comments on commit 3e08e43

Please sign in to comment.