summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-03 17:44:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-03 17:44:52 +0900
commit0ff0107cb89b169aba1dba23b722d6c526cc45cb (patch)
treed6bcb6b03e992fc22fa7d9e820b0269b4b544516
parentUpdate safe.js (diff)
downloadsharkey-0ff0107cb89b169aba1dba23b722d6c526cc45cb.tar.gz
sharkey-0ff0107cb89b169aba1dba23b722d6c526cc45cb.tar.bz2
sharkey-0ff0107cb89b169aba1dba23b722d6c526cc45cb.zip
typo
-rw-r--r--src/config.ts2
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;