From f58fb3e5562909256f85a42e933e3c37a5830dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Cruz?= Date: Wed, 3 Jul 2013 14:29:57 +0100 Subject: [PATCH] Doc typo. --- bin/bower_new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bower_new b/bin/bower_new index 7fefe4ab..0c1ce27f 100755 --- a/bin/bower_new +++ b/bin/bower_new @@ -97,7 +97,7 @@ if (!commandFunc) { } } -// Get the renderer and bower.configure it with the executed command +// Get the renderer and configure it with the executed command renderer = cli.getRenderer(command, emitter.json, bower.config); emitter