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. | */