From 53f1c03b67c18348073d59a65806f132300620d5 Mon Sep 17 00:00:00 2001 From: Mahmud S <34059106+theeMahmud@users.noreply.github.com> Date: Sun, 26 Feb 2023 11:40:46 +0600 Subject: [PATCH] fix: spelling mistake --- config/laravel-database-emails.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/laravel-database-emails.php b/config/laravel-database-emails.php index 8a7b553..6c179ef 100644 --- a/config/laravel-database-emails.php +++ b/config/laravel-database-emails.php @@ -51,7 +51,7 @@ | Cronjob Limit |-------------------------------------------------------------------------- | - | Limit the number of e-mails that should be sent at a time. Please ajust this + | Limit the number of e-mails that should be sent at a time. Please adjust this | configuration based on the number of e-mails you expect to send and | the throughput of your e-mail sending provider. | @@ -79,7 +79,7 @@ | | This option allows you to use: | `php artisan vendor:publish --tag=laravel-database-emails-migrations` to push migrations - | to your app's folder so you're free to modify before migrating. + | to your app's folder, so you're free to modify before migrating. | */