mirror of
https://github.com/zhigang1992/favicongrabber.com.git
synced 2026-04-30 18:41:39 +08:00
Fix typos
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user