Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fixing spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Beddows committed May 5, 2017
1 parent 7cf42cf commit a587f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/delegates/vote.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ app.component('vote', {
unvoteList: this.unvoteList,
}).then(() => {
this.$mdDialog.hide(this.voteList, this.unvoteList);
this.dialog.successToast('Voting succesfull');
this.dialog.successToast('Voting successful');
}).catch((response) => {
this.dialog.errorToast(response.message || 'Voting failed');
}).finally(() => {
Expand Down

0 comments on commit a587f35

Please sign in to comment.