Commit 1b126d09 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

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

Fix missing word in docblock
parents 51113bd5 58337189
...@@ -12,9 +12,9 @@ window.$ = window.jQuery = require('jquery'); ...@@ -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 library 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's API is clean
* simple, leaving you to focus only on building your next great idea. * and simple, leaving you to focus on building your next great project.
*/ */
window.Vue = require('vue'); window.Vue = require('vue');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment