From 20546acc1cd163701486e3ea4066bae5d1d5cf98 Mon Sep 17 00:00:00 2001 From: Mischa Braam Date: Sun, 4 Nov 2018 10:17:00 +0100 Subject: [PATCH] Fix typo --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);