From 67a56dc797e8b56c550205c50b0c54ef7ba94728 Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Mon, 1 Apr 2019 16:59:11 +0200 Subject: [PATCH] Fix typo --- src/scripts/js/es6/common/vuecomponents/comments/Rating.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/js/es6/common/vuecomponents/comments/Rating.js b/src/scripts/js/es6/common/vuecomponents/comments/Rating.js index 5aeb7305..e74fe86e 100644 --- a/src/scripts/js/es6/common/vuecomponents/comments/Rating.js +++ b/src/scripts/js/es6/common/vuecomponents/comments/Rating.js @@ -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')}) ); } }