docs: fixed multiple typos, updated latest en.json strings (#371) [skip ci]

This commit is contained in:
ecelebi29
2020-12-18 14:45:31 +03:00
committed by GitHub
parent 6beac736ef
commit 36b2b4fba4
6 changed files with 11 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ authRoutes.get('/me', isAuthenticated(), async (req, res) => {
return res.status(500).json({
status: 500,
error:
'Requsted user endpoint withuot valid authenticated user in session',
'Requested user endpoint without valid authenticated user in session',
});
}
const user = await userRepository.findOneOrFail({