summaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/api')
-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;
}