Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7f959fc

Browse filesBrowse files
committed
fixing typo thanks to @jaapio
1 parent 82252e3 commit 7f959fc
Copy full SHA for 7f959fc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Command/AssetsPipelineCompileCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/AssetsPipelineCompileCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
8484

8585
if ($this->isDebug) {
8686
$io->warning(sprintf(
87-
'You are compiilng assets in development. Symfony will not serve any changed assets until you delete %s.',
87+
'You are compiling assets in development. Symfony will not serve any changed assets until you delete %s.',
8888
$manifestPath
8989
));
9090
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.