Skip to content

Commit

Permalink
Grammar correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 9, 2014
1 parent e9a968c commit 0f63e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/BakeShell.php
Expand Up @@ -86,7 +86,7 @@ public function main() {
$this->out(Inflector::underscore($name));
}
$this->out('');
$this->out(__d('cake_console', 'Using <info>Console/cake bake [name]</info> you can invoke a specific bake task.'));
$this->out(__d('cake_console', 'By using <info>Console/cake bake [name]</info> you can invoke a specific bake task.'));
}

/**
Expand Down

0 comments on commit 0f63e3c

Please sign in to comment.