diff options
| author | スルメ <github@surume.tk> | 2017-06-17 08:37:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-17 08:37:41 +0900 |
| commit | 66ff84ffc399fe3322d8fa08794d07c808f79f10 (patch) | |
| tree | be5fd087b02b6721292b302c98640b73b0812eff /src/web | |
| parent | Merge pull request #560 from syuilo/greenkeeper/uuid-3.1.0 (diff) | |
| download | misskey-66ff84ffc399fe3322d8fa08794d07c808f79f10.tar.gz misskey-66ff84ffc399fe3322d8fa08794d07c808f79f10.tar.bz2 misskey-66ff84ffc399fe3322d8fa08794d07c808f79f10.zip | |
fix spell
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/boot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 2686559e2d..fc0bea53be 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -20,7 +20,7 @@ // e.g. // misskey.alice => misskey // misskey.strawberry.pasta => misskey - // dev.misskey.alice.tachibana => dev + // dev.misskey.arisu.tachibana => dev let app = url.host.split('.')[0]; // Detect the user language |