From dfc5063d816ed8bd72c476db5b87a2df7b06500d Mon Sep 17 00:00:00 2001 From: Vedran Zgela Date: Sat, 2 Mar 2013 00:32:58 +0100 Subject: [PATCH] Fixes typo --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4b894d0..e0c22a0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,7 +38,7 @@ module.exports = function(grunt) { 'assets/js/plugins/bootstrap/bootstrap-carousel.js', 'assets/js/plugins/bootstrap/bootstrap-collapse.js', 'assets/js/plugins/bootstrap/bootstrap-dropdown.js', - 'assets/js/plugins/bootstrap/bootstrap-modla.js', + 'assets/js/plugins/bootstrap/bootstrap-modal.js', 'assets/js/plugins/bootstrap/bootstrap-tooltip.js', 'assets/js/plugins/bootstrap/bootstrap-popover.js', 'assets/js/plugins/bootstrap/bootstrap-scrollspy.js',