summaryrefslogtreecommitdiff
path: root/src/api/authenticate.ts
diff options
context:
space:
mode:
authorこぴなたみぽ <syuilotan@yahoo.co.jp>2017-09-16 14:38:58 +0900
committerこぴなたみぽ <syuilotan@yahoo.co.jp>2017-09-16 14:38:58 +0900
commit76c0f67def857cabfcc70c01be28318e3175de97 (patch)
tree4e3fa0ad05084099faeaa1886b97fc63311e3eae /src/api/authenticate.ts
parentRefactor: Better English (diff)
downloadsharkey-76c0f67def857cabfcc70c01be28318e3175de97.tar.gz
sharkey-76c0f67def857cabfcc70c01be28318e3175de97.tar.bz2
sharkey-76c0f67def857cabfcc70c01be28318e3175de97.zip
typo
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 48de748e90..b289959ac1 100644
--- a/src/api/authenticate.ts
+++ b/src/api/authenticate.ts
@@ -16,7 +16,7 @@ export interface IAuthContext {
user: IUser;
/**
- * Weather requested with a User-Native Token
+ * Whether requested with a User-Native Token
*/
isSecure: boolean;
}