From ed9a82d6cc78c21f4da1fd98e1d10e1a32b9c423 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 10 Oct 2016 07:56:44 -0500 Subject: [PATCH] fix comment --- resources/assets/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index a8eb8e2d..c63b3c33 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -9,8 +9,8 @@ require('./bootstrap'); /** * Next, we will create a fresh Vue application instance and attach it to - * the body of the page. From here, you may begin adding components to - * the application, or feel free to tweak this setup for your needs. + * the page. Then, you may begin adding components to this application + * or customize the JavaScript scaffolding to fit your unique needs. */ Vue.component('example', require('./components/Example.vue'));