Skip to content

Commit 3772c17

Browse files
author
Oleksii Korshenko
authored
MAGETWO-82459: Fix a typo #11609
2 parents 788d5ed + caacd2d commit 3772c17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Store/etc/cache.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
</type>
3333
<type name="compiled_config" translate="label,description" instance="Magento\Framework\App\Interception\Cache\CompiledConfig">
3434
<label>Compiled Config</label>
35-
<description>Compliation configuration</description>
35+
<description>Compilation configuration</description>
3636
</type>
3737
</config>

app/code/Magento/Store/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Layouts,Layouts
4242
"Database DDL operations","Database DDL operations"
4343
"Results of DDL queries, such as describing tables or indexes","Results of DDL queries, such as describing tables or indexes"
4444
"Compiled Config","Compiled Config"
45-
"Compliation configuration","Compliation configuration"
45+
"Compilation configuration","Compilation configuration"

0 commit comments

Comments
 (0)