From c8328e944c76b8bdc8c9b5d3358d12e21c8920f9 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sun, 22 Mar 2015 09:25:28 -0400 Subject: [PATCH] Typo fix --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6b3e14e4a..e2c41405d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,7 +18,7 @@ module.exports = function (grunt) { //Development not compressed development: { options: { - //Wether to compress or not + //Whether to compress or not compress: false }, files: { @@ -36,7 +36,7 @@ module.exports = function (grunt) { //production compresses version production: { options: { - //Wether to compress or not + //Whether to compress or not compress: true }, files: {