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.
1 parent 15f0e50 commit e8bcfc5Copy full SHA for e8bcfc5
src/Listener/BuildProgressListener.php
@@ -79,7 +79,7 @@ public function preBuildRender()
79
$this->progressBar->finish();
80
81
$this->io->newLine(2);
82
- $this->io->note('Start rendering in HTML...');
+ $this->io->note('Rendering the HTML files...');
83
// TODO: create a proper progress bar for rendering
84
}
85
0 commit comments