Skip to content

Commit 5f6ee45

Browse files
XSmeetsDaneEveritt
authored andcommitted
Fixed typo (pterodactyl#1134)
1 parent 7cf79a1 commit 5f6ee45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Notifications/AccountCreated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function toMail($notifiable)
6060
{
6161
$message = (new MailMessage)
6262
->greeting('Hello ' . $this->user->name . '!')
63-
->line('You are recieving this email because an account has been created for you on ' . config('app.name') . '.')
63+
->line('You are receiving this email because an account has been created for you on ' . config('app.name') . '.')
6464
->line('Username: ' . $this->user->username)
6565
->line('Email: ' . $this->user->email);
6666

0 commit comments

Comments
 (0)