Skip to content

Commit 22c058a

Browse files
ENGCOM-1586: [Backport] Fix typo in database column comment #15291
- Merge Pull Request #15291 from VitaliyBoyko/magento2:Fix-typo-in-database-column-comment2-2 - Merged commits: 1. 1d518fd
2 parents 48d9e3f + 1d518fd commit 22c058a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Setup/InstallSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
674674
\Magento\Framework\DB\Ddl\Table::TYPE_SMALLINT,
675675
null,
676676
['unsigned' => true, 'nullable' => false, 'default' => '0'],
677-
'Attriute Set ID'
677+
'Attribute Set ID'
678678
)
679679
->addColumn(
680680
'parent_id',

0 commit comments

Comments
 (0)