From cbf7c90b56d346a218e0e2945daf8c6428767316 Mon Sep 17 00:00:00 2001 From: Christoph Rumpel Date: Tue, 27 Mar 2018 22:09:26 +0200 Subject: [PATCH] Fix typo --- src/Console/Commands/BotManInstallDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/BotManInstallDriver.php b/src/Console/Commands/BotManInstallDriver.php index 05a4fd5..53d8b47 100644 --- a/src/Console/Commands/BotManInstallDriver.php +++ b/src/Console/Commands/BotManInstallDriver.php @@ -58,7 +58,7 @@ public function handle() $drivers = json_decode($response->getBody(), true); } catch (\Exception $e) { $this->error('Unable to fetch BotMan driver repository.'); - $this->error('Please check your internet connection ang try again.'); + $this->error('Please check your internet connection and try again.'); exit(1); }