From 31bfaadfad8b0031420b47659adbca4145137da1 Mon Sep 17 00:00:00 2001 From: luz paz Date: Sun, 10 Oct 2021 07:17:18 -0400 Subject: [PATCH] Fix source comment and documentation typos Found via `codespell-q 3` --- config/dompdf.php | 4 ++-- config/installer.php | 2 +- .../assets/js/components/base/base-select/multiselectMixin.js | 2 +- resources/assets/js/router.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/dompdf.php b/config/dompdf.php index 7f89d862..2203d143 100644 --- a/config/dompdf.php +++ b/config/dompdf.php @@ -117,7 +117,7 @@ return [ * * @link http://www.pdflib.com * - * If pdflib present in web server and auto or selected explicitely above, + * If pdflib present in web server and auto or selected explicitly above, * a real license code must exist! */ //"DOMPDF_PDFLIB_LICENSE" => "your license key here", @@ -155,7 +155,7 @@ return [ * Image DPI setting * * This setting determines the default DPI setting for images and fonts. The - * DPI may be overridden for inline images by explictly setting the + * DPI may be overridden for inline images by explicitly setting the * image's width & height style attributes (i.e. if the image's native * width is 600 pixels and you specify the image's width as 72 points, * the image will have a DPI of 600 in the rendered PDF. The DPI of diff --git a/config/installer.php b/config/installer.php index cc456b2e..114c73b3 100755 --- a/config/installer.php +++ b/config/installer.php @@ -39,7 +39,7 @@ return [ |-------------------------------------------------------------------------- | | This is the default Laravel folders permissions, if your application - | requires more permissions just add them to the array list bellow. + | requires more permissions just add them to the array list below. | */ 'permissions' => [ diff --git a/resources/assets/js/components/base/base-select/multiselectMixin.js b/resources/assets/js/components/base/base-select/multiselectMixin.js index 3109fe5c..5ca97939 100755 --- a/resources/assets/js/components/base/base-select/multiselectMixin.js +++ b/resources/assets/js/components/base/base-select/multiselectMixin.js @@ -439,7 +439,7 @@ export default { }, methods: { /** - * Returns the internalValue in a way it can be emited to the parent + * Returns the internalValue in a way it can be emitted to the parent * @returns {Object||Array||String||Integer} */ getValue() { diff --git a/resources/assets/js/router.js b/resources/assets/js/router.js index 299a350e..a5473522 100644 --- a/resources/assets/js/router.js +++ b/resources/assets/js/router.js @@ -20,7 +20,7 @@ import Register from './views/auth/Register.vue' import NotFoundPage from './views/errors/404.vue' -// Dashbord +// Dashboard import Dashboard from './views/dashboard/Dashboard.vue' // Customers