diff --git a/app/code/Magento/Catalog/Model/Product/Attribute/Repository.php b/app/code/Magento/Catalog/Model/Product/Attribute/Repository.php index f538d15a47424..c19efac12ae0e 100644 --- a/app/code/Magento/Catalog/Model/Product/Attribute/Repository.php +++ b/app/code/Magento/Catalog/Model/Product/Attribute/Repository.php @@ -272,7 +272,7 @@ protected function validateFrontendInput($frontendInput) } /** - * Process attribute data depends on attribute frontend input type. + * Process attribute data based on attribute frontend input type. * * @param \Magento\Catalog\Api\Data\ProductAttributeInterface $attribute * @return void