1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 13:19:29 -05:00

Refactor: Better English

This commit is contained in:
こぴなたみぽ 2017-09-16 14:38:33 +09:00
parent b2e28869cc
commit 0b3cee9057

View file

@ -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;
}