diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-09-03 18:58:26 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-09-03 18:58:26 +0900 |
| commit | 09843a409b488872a08c07329207465f9ffdb957 (patch) | |
| tree | 18ed013d3e30cfc428f64412c8b1149f1884498b /docs | |
| parent | Merge branch 'master' into develop (diff) | |
| download | misskey-09843a409b488872a08c07329207465f9ffdb957.tar.gz misskey-09843a409b488872a08c07329207465f9ffdb957.tar.bz2 misskey-09843a409b488872a08c07329207465f9ffdb957.zip | |
Fix typo: Wroker -> Worker (#2597)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index d426271870..23bcdcca98 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -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 |