Skip to content

Commit c660d03

Browse files
author
Stanislav Idolov
authored
ENGCOM-3240: Correct a typo in the reference to ISO language codes #18733
2 parents e1fb911 + ab8f625 commit c660d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Deploy/Console/DeployStaticOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ private function getBasicOptions()
240240
new InputArgument(
241241
self::LANGUAGES_ARGUMENT,
242242
InputArgument::IS_ARRAY,
243-
'Space-separated list of ISO-636 language codes for which to output static view files.'
243+
'Space-separated list of ISO-639 language codes for which to output static view files.'
244244
),
245245
];
246246
}

0 commit comments

Comments
 (0)