Skip to content

Commit

Permalink
Merge pull request #22 from christophrumpel/feature/fixTypo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Christoph Rumpel authored Mar 27, 2018
2 parents 2e6ff1e + cbf7c90 commit d72d1bd
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 d72d1bd

Please sign in to comment.