Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Rumpel committed Mar 27, 2018
1 parent 2e6ff1e commit cbf7c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/BotManInstallDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit cbf7c90

Please sign in to comment.