From 71554fd4f0b545ca9bc93bd5e93ea3f3bc96ba67 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Fri, 23 Mar 2012 20:54:27 -0500 Subject: [PATCH] Tiny spelling mistake. Was making me cringe :P. --- initproject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initproject.sh b/initproject.sh index f0f1843..a7d983d 100755 --- a/initproject.sh +++ b/initproject.sh @@ -23,7 +23,7 @@ cp ./templates/views/layout.jade ./views/layout.jade cp ./templates/js/script.js ./static/js/script.js # TODO copy over the models -echo "Setting up the dependancies from NPM..." +echo "Setting up the dependencies from NPM..." npm install echo "Removing the stuff you dont want..."