Browse Source

Grammar correction.

mark_story 12 years ago
parent
commit
0f63e3c0b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Command/BakeShell.php

+ 1 - 1
src/Console/Command/BakeShell.php

@@ -86,7 +86,7 @@ class BakeShell extends Shell {
 			$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.'));
 	}
 
 /**