Skip to content

Commit d72d1bd

Browse files
author
Christoph Rumpel
authored
Merge pull request #22 from christophrumpel/feature/fixTypo
Fix typo
2 parents 2e6ff1e + cbf7c90 commit d72d1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/BotManInstallDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function handle()
5858
$drivers = json_decode($response->getBody(), true);
5959
} catch (\Exception $e) {
6060
$this->error('Unable to fetch BotMan driver repository.');
61-
$this->error('Please check your internet connection ang try again.');
61+
$this->error('Please check your internet connection and try again.');
6262
exit(1);
6363
}
6464

0 commit comments

Comments
 (0)