diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-03 17:44:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-03 17:44:52 +0900 |
| commit | 0ff0107cb89b169aba1dba23b722d6c526cc45cb (patch) | |
| tree | d6bcb6b03e992fc22fa7d9e820b0269b4b544516 /src/config.ts | |
| parent | Update safe.js (diff) | |
| download | sharkey-0ff0107cb89b169aba1dba23b722d6c526cc45cb.tar.gz sharkey-0ff0107cb89b169aba1dba23b722d6c526cc45cb.tar.bz2 sharkey-0ff0107cb89b169aba1dba23b722d6c526cc45cb.zip | |
typo
Diffstat (limited to 'src/config.ts')
| -rw-r--r-- | src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index 18017e9740..d37d227a41 100644 --- a/src/config.ts +++ b/src/config.ts @@ -88,7 +88,7 @@ type Mixin = { api_url: string; auth_url: string; about_url: string; - ch_url: stirng; + ch_url: string; stats_url: string; status_url: string; dev_url: string; |