Skip to content

Commit 80f19c1

Browse files
authored
Fix Typo in Data\Form\Element\Factory.php
Sorry for the small PR!
1 parent 80469a6 commit 80f19c1

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Data/Form/Element

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Data/Form/Element/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function create($elementType, array $config = [])
8181
$element = $this->_objectManager->create($className, $config);
8282
if (!$element instanceof AbstractElement) {
8383
throw new \InvalidArgumentException(
84-
$className . ' doesn\'n extend \Magento\Framework\Data\Form\Element\AbstractElement'
84+
$className . ' doesn\'t extend \Magento\Framework\Data\Form\Element\AbstractElement'
8585
);
8686
}
8787
return $element;

0 commit comments

Comments
 (0)