Merge pull request #3865 from svenluijten/javascript-docblock-missing-word

Fix missing word in docblock
This commit is contained in:
Taylor Otwell 2016-08-07 12:27:04 -05:00 committed by GitHub
commit 1b126d0982
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ window.$ = window.jQuery = require('jquery');
require('bootstrap-sass/assets/javascripts/bootstrap');
/**
* Vue is a modern JavaScript for building interactive web interfaces using
* reacting data binding and reusable components. Vue's API is clean and
* simple, leaving you to focus only on building your next great idea.
* Vue is a modern JavaScript library for building interactive web interfaces
* using reactive data binding and reusable components. Vue's API is clean
* and simple, leaving you to focus on building your next great project.
*/
window.Vue = require('vue');