Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit a4b5cc1

Browse files
author
Pratik Oza
committed
Correct a typo in the reference to ISO language codes
1 parent f710f9b commit a4b5cc1

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)