fix missing word in docblock
the word "framework" was missing. I also managed to make the docblock fit Laravel's style by changing around some of the wording while keeping the general message the same.
This commit is contained in:
parent
51113bd531
commit
727eda71f2
|
@ -12,9 +12,9 @@ window.$ = window.jQuery = require('jquery');
|
||||||
require('bootstrap-sass/assets/javascripts/bootstrap');
|
require('bootstrap-sass/assets/javascripts/bootstrap');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Vue is a modern JavaScript for building interactive web interfaces using
|
* Vue is a modern JavaScript framework for building interactive web interfaces
|
||||||
* reacting data binding and reusable components. Vue's API is clean and
|
* using reactive data binding and reusable components. Vue has a simple and
|
||||||
* simple, leaving you to focus only on building your next great idea.
|
* clean API, leaving you to focus only on building your next great idea.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
window.Vue = require('vue');
|
window.Vue = require('vue');
|
||||||
|
|
Loading…
Reference in New Issue