From 727eda71f291574bc1723ef4af2c460e937a0ae3 Mon Sep 17 00:00:00 2001 From: Sven Luijten Date: Sat, 6 Aug 2016 22:48:40 +0200 Subject: [PATCH] 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. --- resources/assets/js/bootstrap.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 6abaa3f9..a8478e29 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -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 framework for building interactive web interfaces + * using reactive data binding and reusable components. Vue has a simple and + * clean API, leaving you to focus only on building your next great idea. */ window.Vue = require('vue');