Skip to content

Commit

Permalink
ENGCOM-3155: Fix Typo in Data\Form\Element\Factory.php #18476
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored Oct 13, 2018
2 parents 4cf339c + 2c474b9 commit 55fe7c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function create($elementType, array $config = [])
$element = $this->_objectManager->create($className, $config);
if (!$element instanceof AbstractElement) {
throw new \InvalidArgumentException(
$className . ' doesn\'n extend \Magento\Framework\Data\Form\Element\AbstractElement'
$className . ' doesn\'t extend \Magento\Framework\Data\Form\Element\AbstractElement'
);
}
return $element;
Expand Down

0 comments on commit 55fe7c6

Please sign in to comment.