Skip to content

Commit 61a21b7

Browse files
committed
typo
1 parent 336705d commit 61a21b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configurator/DockerComposeConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public static function shouldConfigureDockerRecipe(Composer $composer, IOInterfa
146146
private function normalizeConfig(array $config): array
147147
{
148148
foreach ($config as $key => $val) {
149-
// Support for the short syntax recipe syntax that modifies compose.yaml only
149+
// Support for the short recipe syntax that modifies compose.yaml only
150150
if (isset($val[0])) {
151151
return ['compose.yaml' => $config];
152152
}

0 commit comments

Comments
 (0)