Fix typos

This commit is contained in:
Anton Gunov
2017-11-07 18:55:40 +07:00
parent 5d809f1d7d
commit 0750436294
4 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ router.get('/grab/:domain', (req, res, next) => {
case 'ETIMEDOUT':
case 'ESOCKETTIMEDOUT':
return res.status(400).jsonp({
error: 'Connection to the server of the domain timed out.',
error: 'The connection to a server of the domain timed out.',
});
case 'EINVAL':
return res.status(422).jsonp({