Abdullah Almsaeed 10 년 전
부모
커밋
c8328e944c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Gruntfile.js

+ 2 - 2
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: {