Skip to content

Commit 2c474b9

Browse files
ENGCOM-3155: Fix Typo in Data\Form\Element\Factory.php #18476
- Merge Pull Request #18476 from zack6849/magento2:patch-1 - Merged commits: 1. 80f19c1
2 parents de50d12 + 80f19c1 commit 2c474b9

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)