Skip to content

Commit

Permalink
Fixed a documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 22, 2014
1 parent 1d8321d commit d7a1fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var Application={
* @method _startServer
* @param {Number} port The port that the server should run on.
* @param {String} host The host that the server should run on.
* @param {Uri} [redirectUrl] The URL to redirect the user when a request is unhandled.
* @param {String} [redirectUrl] The URL to redirect the user when a request is unhandled.
* @private
*/
_startServer: function(port, host, redirectUrl) {
Expand Down

0 comments on commit d7a1fad

Please sign in to comment.