File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Widget/Model/Config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public function convert($source)
84
84
}
85
85
86
86
/**
87
- * Convert dom Container node to magneto array
87
+ * Convert dom Container node to Magento array
88
88
*
89
89
* @param \DOMNode $source
90
90
* @return array
@@ -240,7 +240,7 @@ protected function _convertDepends($source)
240
240
}
241
241
242
242
/**
243
- * Convert dom Renderer node to magneto array
243
+ * Convert dom Renderer node to Magento array
244
244
*
245
245
* @param \DOMNode $source
246
246
* @return array
@@ -265,7 +265,7 @@ protected function _convertBlock($source)
265
265
}
266
266
267
267
/**
268
- * Convert dom Data node to magneto array
268
+ * Convert dom Data node to Magento array
269
269
*
270
270
* @param \DOMElement $source
271
271
* @return array
@@ -289,7 +289,7 @@ protected function _convertData($source)
289
289
}
290
290
291
291
/**
292
- * Convert dom Option node to magneto array
292
+ * Convert dom Option node to Magento array
293
293
*
294
294
* @param \DOMNode $source
295
295
* @return array
You can’t perform that action at this time.
0 commit comments