Skip to content

Commit 00aa66a

Browse files
committed
typo fix
1 parent 2908ad2 commit 00aa66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/BaseLoggingCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class BaseLoggingCommand extends Command
2626
private Logging $logging;
2727

2828
/**
29-
* MUST BE CALLED after __construct(), as service extends this base class may use depedendency injection
29+
* MUST BE CALLED after __construct(), as service extends this base class may use dependency injection
3030
*
3131
* With `Laminas\ServiceManager`, you don't need to do anything \m/, there is `initializers` config already for it.
3232
*/

0 commit comments

Comments
 (0)