Skip to content

Commit

Permalink
fix typo in error message (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker authored and Scott Batson committed Sep 18, 2017
1 parent 20b5f09 commit b0c81c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/services/flash-messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default Service.extend({
},

getFlashObject() {
const errorText = 'A flass message must be added before it can be returned';
const errorText = 'A flash message must be added before it can be returned';
assert(errorText, get(this, 'queue').length);

return this.peekLast();
Expand Down

0 comments on commit b0c81c0

Please sign in to comment.