Fix source comment and documentation typos

Found via `codespell-q 3`
This commit is contained in:
luz paz
2021-10-10 07:17:18 -04:00
parent 7d71cc1607
commit 31bfaadfad
4 changed files with 5 additions and 5 deletions

View File

@ -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() {

View File

@ -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