Skip to content

Commit 45cca36

Browse files
dermatzCopilot
andauthored
Update src/Console/Command/Theme/BuildCommand.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4f15e6e commit 45cca36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/Command/Theme/BuildCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function configure(): void
4545
->addArgument(
4646
'themeCodes',
4747
InputArgument::IS_ARRAY,
48-
'Themecodes to build (format: Vendor/theme, Vendor/theme 2, ...)'
48+
'Theme codes to build (format: Vendor/theme, Vendor/theme 2, ...)'
4949
)
5050
->setAliases(['frontend:build']);
5151
}

0 commit comments

Comments
 (0)