diff --git a/_docs/16-javascript.md b/_docs/16-javascript.md index f01f2612..ab79491a 100644 --- a/_docs/16-javascript.md +++ b/_docs/16-javascript.md @@ -36,7 +36,7 @@ If you add additional scripts to `/assets/js/plugins/` and would like them conca ## Build Process -In an effort to reduce dependencies a set of [**npm scripts**](https://css-tricks.com/why-npm-scripts/) are used to build `main.min.js` instead of task runners like [Gulp](http://gulpjs.com/) or [Grunt](http://gruntjs.com/). If those tools are more your style then by all use them instead :wink:. +In an effort to reduce dependencies a set of [**npm scripts**](https://css-tricks.com/why-npm-scripts/) are used to build `main.min.js` instead of task runners like [Gulp](http://gulpjs.com/) or [Grunt](http://gruntjs.com/). If those tools are more your style then by all means use them instead :wink:. To get started: