We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e6ff1e + cbf7c90 commit d72d1bdCopy full SHA for d72d1bd
src/Console/Commands/BotManInstallDriver.php
@@ -58,7 +58,7 @@ public function handle()
58
$drivers = json_decode($response->getBody(), true);
59
} catch (\Exception $e) {
60
$this->error('Unable to fetch BotMan driver repository.');
61
- $this->error('Please check your internet connection ang try again.');
+ $this->error('Please check your internet connection and try again.');
62
exit(1);
63
}
64
0 commit comments