From 6fb86dd42f0d6b6f9c8ec3c950cfe68966e579bb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 6 Feb 2017 19:06:40 +0000 Subject: [PATCH] Fix typo --- app/Console/Commands/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/InstallCommand.php b/app/Console/Commands/InstallCommand.php index c184bb3eacda..aa952d69e108 100644 --- a/app/Console/Commands/InstallCommand.php +++ b/app/Console/Commands/InstallCommand.php @@ -303,7 +303,7 @@ protected function configureCachet(array $config = []) } /** - * Configure the fisrt user. + * Configure the first user. * * @return void */