Skip to content

Commit

Permalink
Solving spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioGabrielSager committed Mar 9, 2024
1 parent 0abb870 commit c1d4c94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class ContactFormComponent implements OnDestroy {
newEmail.subject = this.form.controls['subject'].value;
newEmail.text = this.form.controls['message'].value;

this.toastService.show("El mensaje se esta enviendo, esto puede tardar unos segundos",
this.toastService.show("El mensaje se esta enviando, esto puede tardar unos segundos",
"bg-info text-light");

this.subs.add(this.emailService.sendEmail(newEmail).subscribe(
Expand Down

0 comments on commit c1d4c94

Please sign in to comment.