Skip to content

Commit

Permalink
Merge pull request #816 from loris/patch-1
Browse files Browse the repository at this point in the history
Fix status code in documentation
  • Loading branch information
tj committed Jun 5, 2013
2 parents 5e3d293 + 45e9577 commit 71f14b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/timeout.js
Expand Up @@ -19,7 +19,7 @@ var debug = require('debug')('connect:timeout');
*
* The timeout error is passed to `next()` so that you may customize
* the response behaviour. This error has the `.timeout` property as
* well as `.status == 408`.
* well as `.status == 503`.
*
* @param {Number} ms
* @return {Function}
Expand Down

0 comments on commit 71f14b2

Please sign in to comment.