From d7a1fadcfe064a22cbd74f3609a32e89fda6bdd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sat, 22 Nov 2014 11:48:20 +0100 Subject: [PATCH] Fixed a documentation comment --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index 316fc35f..5e372514 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -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) {