We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779c9ae commit b217774Copy full SHA for b217774
app/code/Magento/Developer/Model/XmlCatalog/Format/VsCode.php
@@ -123,7 +123,7 @@ private function initEmptyFile(\DOMDocument $dom): \DOMElement
123
* See COPYING.txt for license details.
124
*/
125
');
126
- $dom->appendChild($copyrigthComment);
+ $dom->appendChild($copyrightComment);
127
128
$catalogNode = $dom->createElement('catalog');
129
$catalogNode->setAttribute('xmlns', self::XMLNS);
0 commit comments