diff --git a/lib/application.js b/lib/application.js index f260ece..a26e515 100644 --- a/lib/application.js +++ b/lib/application.js @@ -115,7 +115,7 @@ app.context = function(obj){ /** * Return a request handler callback - * for node's native htto server. + * for node's native http server. * * @return {Function} * @api public