forked from FoundKeyGang/FoundKey
Fix typo: Authetication -> Authentication
This commit is contained in:
parent
78ad48dfc9
commit
2c7b320fe6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export default async (endpoint: IEndpoint, req: express.Request, res: express.Re
|
|||
const reply = _reply.bind(null, res);
|
||||
let ctx: IAuthContext;
|
||||
|
||||
// Authetication
|
||||
// Authentication
|
||||
try {
|
||||
ctx = await authenticate(req);
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue