mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Fix typo for receive
This commit is contained in:
parent
3e24b2f86e
commit
b6c8a170d1
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ module.exports.gatewayTimeoutError = (res, message="Gateway timeout") ->
|
|||
res.send 504, message
|
||||
res.end()
|
||||
|
||||
module.exports.clientTimeout = (res, message="The server did not recieve the client response in a timely manner") ->
|
||||
module.exports.clientTimeout = (res, message="The server did not receive the client response in a timely manner") ->
|
||||
res.send 408, message
|
||||
res.end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue