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 80469a6 commit 80f19c1Copy full SHA for 80f19c1
lib/internal/Magento/Framework/Data/Form/Element/Factory.php
@@ -81,7 +81,7 @@ public function create($elementType, array $config = [])
81
$element = $this->_objectManager->create($className, $config);
82
if (!$element instanceof AbstractElement) {
83
throw new \InvalidArgumentException(
84
- $className . ' doesn\'n extend \Magento\Framework\Data\Form\Element\AbstractElement'
+ $className . ' doesn\'t extend \Magento\Framework\Data\Form\Element\AbstractElement'
85
);
86
}
87
return $element;
0 commit comments