diff --git a/Gruntfile.js b/Gruntfile.js index 96561a4d8..0e6a1f110 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -100,7 +100,7 @@ module.exports = function (grunt) { // Foundation core 'assets/components/foundation/js/foundation/foundation.js', - // Pick the componenets you need in your project + // Pick the components you need in your project 'assets/components/foundation/js/foundation/foundation.abide.js', 'assets/components/foundation/js/foundation/foundation.accordion.js', 'assets/components/foundation/js/foundation/foundation.alert.js', @@ -123,7 +123,7 @@ module.exports = function (grunt) { ], - // Finally, concatinate all the files above into one single file + // Finally, concatenate all the files above into one single file dest: 'assets/javascript/foundation.js' } diff --git a/README.md b/README.md index 06bfa5652..b729c22e6 100755 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ npm run build ### 4. Compress all files required for deployment: It is not recommended that you deploy the entire theme folder to your webserver. There is no danger associated with doing this, but it is a waste of disk space and bandwidth. The node_modules and components for instance is only required during theme development. -By executing the command below, you will compress only the files that are required for deployment. The file will be available as a .zip inside the folder named '/package'. +By executing the command below, you will compress only the files that are required for deployment. The file will be available as a .zip inside the folder named '/packaged'. ```bash $ npm run package