diff --git a/app/Notifications/ServerDisconnected.php b/app/Notifications/ServerDisconnected.php index 029c9b7..2acf337 100644 --- a/app/Notifications/ServerDisconnected.php +++ b/app/Notifications/ServerDisconnected.php @@ -26,6 +26,6 @@ public function toEmail(object $notifiable): MailMessage return (new MailMessage) ->subject(__('Server disconnected!')) ->line("We've disconnected from your server [".$this->server->name.'].') - ->line('Please check your sever is online and make sure that has our public keys in it'); + ->line('Please check your server is online and make sure that has our public keys in it'); } }