Skip to content

Commit

Permalink
Fixed typo in command output
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjanSchouten committed Mar 21, 2016
1 parent a069922 commit b1f007d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Laravel/Command/ViewCompilerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ class ViewCompilerCommand extends Command
*/
public function fire()
{
$this->info('Going to minify you\'re views. Just a few seconds...');
$this->info('Going to minify your views. Just a few seconds...');

$this->setupCompiler();

$this->compileViews();

$this->info('Yeah! You\'re views are minified!');
$this->info('Yeah! Your views are minified!');

$this->createMinifyOutput();
}
Expand Down

0 comments on commit b1f007d

Please sign in to comment.