From c46bfa64eac6ac3ae0546ac1f4daf58df45ba603 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 10 Sep 2013 18:49:37 -0400 Subject: [PATCH] typo --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index dc9e98a78f..d9f0d64400 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { 'build/app.js': [ 'public/bower_components/jquery/jquery.min.js', 'public/bower_components/bootstrap-growl/jquery.bootstrap-growl.min.js', - 'public/bower_components/bootstrap-tour/buid/js/bootstrap-tour.min.js', + 'public/bower_components/bootstrap-tour/build/js/bootstrap-tour.min.js', 'public/bower_components/angular/angular.min.js', 'public/bower_components/angular-sanitize/angular-sanitize.min.js', 'public/bower_components/marked/lib/marked.js',