diff options
| author | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2017-09-16 14:38:58 +0900 |
|---|---|---|
| committer | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2017-09-16 14:38:58 +0900 |
| commit | 76c0f67def857cabfcc70c01be28318e3175de97 (patch) | |
| tree | 4e3fa0ad05084099faeaa1886b97fc63311e3eae /src/api | |
| parent | Refactor: Better English (diff) | |
| download | sharkey-76c0f67def857cabfcc70c01be28318e3175de97.tar.gz sharkey-76c0f67def857cabfcc70c01be28318e3175de97.tar.bz2 sharkey-76c0f67def857cabfcc70c01be28318e3175de97.zip | |
typo
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/authenticate.ts | 2 |
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; } |