mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
Fix source comment and documentation typos
Found via `codespell-q 3`
This commit is contained in:
@ -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() {
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user