Skip to content

Commit

Permalink
Merge pull request expressjs#968 from peters/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
tj committed Jan 19, 2012
2 parents 706dec9 + fa51cb8 commit 4eb8bc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/application.js
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,3 @@

/*! /*!
* Express - proto * Express - proto
* Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca> * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
Expand Down Expand Up @@ -132,7 +131,7 @@ app.remove = function(path){
* Lookup routes defined with a path * Lookup routes defined with a path
* equivalent to `path`. * equivalent to `path`.
* *
* @param {Stirng} path * @param {String} path
* @return {Array} * @return {Array}
* @api public * @api public
*/ */
Expand Down

0 comments on commit 4eb8bc0

Please sign in to comment.