Merge pull request #43 from kjbekkelund/patch-1

typo
This commit is contained in:
TJ Holowaychuk 2013-08-30 14:22:41 -07:00
commit 9c904ebf23

View file

@ -115,7 +115,7 @@ app.context = function(obj){
/** /**
* Return a request handler callback * Return a request handler callback
* for node's native htto server. * for node's native http server.
* *
* @return {Function} * @return {Function}
* @api public * @api public