diff --git a/cli/valet.php b/cli/valet.php index ac4472d8..2ae5357e 100644 --- a/cli/valet.php +++ b/cli/valet.php @@ -67,7 +67,7 @@ */ $app->command('fix [--reinstall]', function ($reinstall) { if (file_exists($_SERVER['HOME'] . '/.my.cnf')) { - warning('You have an .my.cnf file in you home directory. This can affect the mysql installation negatively.'); + warning('You have an .my.cnf file in your home directory. This can affect the mysql installation negatively.'); } PhpFpm::fix($reinstall);