diff --git a/app/code/Magento/Catalog/Model/Layer/Filter/Category.php b/app/code/Magento/Catalog/Model/Layer/Filter/Category.php index d8cec4fbe5ef7..75a5ca20e99f7 100644 --- a/app/code/Magento/Catalog/Model/Layer/Filter/Category.php +++ b/app/code/Magento/Catalog/Model/Layer/Filter/Category.php @@ -196,7 +196,7 @@ public function getCategory() protected function _getItemsData() { $categoty = $this->getCategory(); - /** @var $category \Magento\Catalog\Model\Categeory */ + /** @var $category \Magento\Catalog\Model\Category */ $categories = $categoty->getChildrenCategories(); $this->getLayer()->getProductCollection()