diff --git a/stubs/init-laravel/Pest.php.stub b/stubs/init-laravel/Pest.php.stub index cb09b7f3..2c5012ca 100644 --- a/stubs/init-laravel/Pest.php.stub +++ b/stubs/init-laravel/Pest.php.stub @@ -10,7 +10,7 @@ use Tests\TestCase; | | The closure you provide to your test functions is always bound to a specific PHPUnit test | case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may -| need to change it using the "pest()" function to bind a different classes or traits. +| need to change it using the "pest()" function to bind different classes or traits. | */ diff --git a/stubs/init/Pest.php.stub b/stubs/init/Pest.php.stub index fbc6d9ae..d4ffffba 100644 --- a/stubs/init/Pest.php.stub +++ b/stubs/init/Pest.php.stub @@ -9,7 +9,7 @@ use Tests\TestCase; | | The closure you provide to your test functions is always bound to a specific PHPUnit test | case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may -| need to change it using the "pest()" function to bind a different classes or traits. +| need to change it using the "pest()" function to bind different classes or traits. | */