Skip to content

Commit

Permalink
enh: correct spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Jul 31, 2024
1 parent 9eb72fb commit 4620065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/modals/CreateColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default {
if (this.$options.components && this.$options.components[form]) {
return form
} else {
throw Error('Form ' + form + ' does no exist')
throw Error('Form ' + form + ' does not exist')
}
},
type() {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/modals/EditColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default {
if (this.$options.components && this.$options.components[form]) {
return form
} else {
throw Error('Form ' + form + ' does no exist')
throw Error('Form ' + form + ' does not exist')
}
},
updateTime() {
Expand Down

0 comments on commit 4620065

Please sign in to comment.