Skip to content

Commit 01c96c3

Browse files
committed
update descriptions
1 parent e2bc053 commit 01c96c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

snippets/module/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"\t}",
2424
"}"
2525
],
26-
"description": "Magento 2 composer file"
26+
"description": "Magento 2 composer.json"
2727
}
2828
}

snippets/module/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"\t<module name=\"${1:Vendor_Module}\" />",
99
"</config>"
1010
],
11-
"description": "Magento 2 DI scaffold"
11+
"description": "Magento 2 module.xml"
1212
}
1313
}

snippets/module/registration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"\t__DIR__",
99
");"
1010
],
11-
"description": "Magento 2 registration file"
11+
"description": "Magento 2 registration.php"
1212
}
1313
}

0 commit comments

Comments
 (0)