From c679fb1a1edc5403ed352a707c54299e251c675c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 17 Jan 2017 16:00:28 -0600 Subject: [PATCH] fix spacing --- webpack.mix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.mix.js b/webpack.mix.js index ea04f477..8f109a88 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -7,7 +7,7 @@ let mix = require('laravel-mix').mix; | | Mix provides a clean, fluent API for defining some Webpack build steps | for your Laravel application. By default, we are compiling the Sass - | file for your application, as well as bundling up your JS files. + | file for the application as well as bundling up all the JS files. | */