Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nuzil authored Oct 31, 2019
1 parent 0b61e6c commit d902d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/v2.2/howdoi/checkout/checkout_order.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ define(
const isValid = false; //Put your validation logic here

if (!isValid) {
messageList.addErrorMessage({ message: $t('a possibile failure message ... ') });
messageList.addErrorMessage({ message: $t('a possible failure message ... ') });
}

return isValid;
Expand Down

0 comments on commit d902d6c

Please sign in to comment.