Skip to content

Commit 3842b3a

Browse files
committed
Fix: Wording
1 parent 3fe93d6 commit 3842b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7474
return 1;
7575
}
7676

77-
$io->success('The container was lint successfully: all services are injected with values that are compatible with their type declarations.');
77+
$io->success('The container was linted successfully: all services are injected with values that are compatible with their type declarations.');
7878

7979
return 0;
8080
}

0 commit comments

Comments
 (0)