Browse Source

fix comment

Taylor Otwell 8 years ago
parent
commit
ed9a82d6cc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/assets/js/app.js

+ 2 - 2
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'));