Fix typo
This commit is contained in:
parent
093f4101cf
commit
67a56dc797
@ -45,7 +45,7 @@ Vue.component('comment-rating', {
|
||||
.then((updatedComment) => {
|
||||
EventBus.$emit(Events.UPDATED_COMMENT, updatedComment);
|
||||
})
|
||||
.fail((err) => {toastr.error(pillar.utils.messageFromError(err), 'Faied to vote on comment')})
|
||||
.fail((err) => {toastr.error(pillar.utils.messageFromError(err), 'Failed to vote on comment')})
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user