Skip to content

Commit

Permalink
typo in error message
Browse files Browse the repository at this point in the history
johnwroge committed Dec 2, 2024
1 parent fab5c7c commit 8d2b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/CheckoutForm.jsx
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ const CheckoutForm = () => {
if (error.type === "card_error" || error.type === "validation_error") {
setMessage(error.message);
} else {
setMessage("An unexpected error occured.");
setMessage("An unexpected error occurred.");
}

setIsLoading(false);

0 comments on commit 8d2b214

Please sign in to comment.