Skip to content

Commit 41a47bf

Browse files
authored
fix(container): correct typo in container:show command (#2057)
1 parent fd41f1c commit 41a47bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/container/src/Commands/ContainerShowCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __invoke(): ExitCode
4444
);
4545

4646
$this->listBindings(
47-
title: 'Dyanmic initializers',
47+
title: 'Dynamic initializers',
4848
bindings: sort($this->container->getDynamicInitializers()),
4949
formatKey: fn (int $_, string $class): string => $this->formatClassKey($class),
5050
formatValue: static function (int $_, string $class): string {

0 commit comments

Comments
 (0)