Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed May 13, 2014
1 parent 12be539 commit ff12a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/BakeShell.php
Expand Up @@ -77,7 +77,7 @@ public function main() {
$this->out(__d('cake_console', 'Add your database connection information to App/Config/app.php.'));
return false;
}
$this->out(__d('cake_console', 'The following commands you can use to generate skeleton code for your application.'));
$this->out(__d('cake_console', 'The following commands can be used to generate skeleton code for your application.'));
$this->out('');
$this->out(__d('cake_console', '<info>Available bake commands:</info>'));
$this->out('');
Expand Down

0 comments on commit ff12a56

Please sign in to comment.