Skip to content
Snippets Groups Projects
Commit 2c7b320f authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix typo: Authetication -> Authentication

parent 78ad48df
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment