summaryrefslogtreecommitdiff
path: root/src/api/authenticate.ts
diff options
context:
space:
mode:
authorこぴなたみぽ <syuilotan@yahoo.co.jp>2017-09-16 14:38:33 +0900
committerこぴなたみぽ <syuilotan@yahoo.co.jp>2017-09-16 14:38:33 +0900
commit0b3cee9057ec4c0e9e640c72103d9dd229f0bd82 (patch)
tree50e43a45b92fe3483a628db6d2d3964468205795 /src/api/authenticate.ts
parentoops (diff)
downloadsharkey-0b3cee9057ec4c0e9e640c72103d9dd229f0bd82.tar.gz
sharkey-0b3cee9057ec4c0e9e640c72103d9dd229f0bd82.tar.bz2
sharkey-0b3cee9057ec4c0e9e640c72103d9dd229f0bd82.zip
Refactor: Better English
Diffstat (limited to 'src/api/authenticate.ts')
-rw-r--r--src/api/authenticate.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/authenticate.ts b/src/api/authenticate.ts
index 6de91c16e8..48de748e90 100644
--- a/src/api/authenticate.ts
+++ b/src/api/authenticate.ts
@@ -16,7 +16,7 @@ export interface IAuthContext {
user: IUser;
/**
- * Weather if the request is via the User-Native Token or not
+ * Weather requested with a User-Native Token
*/
isSecure: boolean;
}