Skip to content
Snippets Groups Projects
Commit 09843a40 authored by Aya Morisawa's avatar Aya Morisawa Committed by syuilo
Browse files

Fix typo: Wroker -> Worker (#2597)

parent d94b3757
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ Please visit https://www.google.com/recaptcha/intro/ and generate keys.
*(optional)* Generating VAPID keys
----------------------------------------------------------------
If you want to enable ServiceWroker, you need to generate VAPID keys:
If you want to enable ServiceWorker, you need to generate VAPID keys:
Unless you have set your global node_modules location elsewhere, you need to run this in root.
``` shell
......
......@@ -63,7 +63,7 @@ router.get('/apple-touch-icon.png', async ctx => {
});
});
// ServiceWroker
// ServiceWorker
router.get(/^\/sw\.(.+?)\.js$/, async ctx => {
await send(ctx, `/assets/sw.${ctx.params[0]}.js`, {
root: client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment