Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Dec 8, 2022
1 parent b36c3ff commit 62c9511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const handleSubmit = async (isFormValid: boolean) => {
}
try {
await reservationStore.makeReservation(formFields);
toast.success(`Your request was recieved.`);
toast.success(`Your request was received.`);
} catch (err) {
console.error(err);
toast.error(`Failure making request: ${err}`);
Expand Down

0 comments on commit 62c9511

Please sign in to comment.