diff --git a/Api/CategoryWidgetRepositoryInterface.php b/Api/CategoryWidgetRepositoryInterface.php
index 151798d1e1b3ede46fcafa4e1e1f7a5a798611b4..11b15ee6877eaafb961dafd14636b6151d698af0 100755
--- a/Api/CategoryWidgetRepositoryInterface.php
+++ b/Api/CategoryWidgetRepositoryInterface.php
@@ -15,11 +15,11 @@ interface CategoryWidgetRepositoryInterface
     /**
      * Save Category Widget
      *
-     * @param \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface $imageSlider
+     * @param \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface $categoryWidget
      * @return \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface
      * @throws \Magento\Framework\Exception\LocalizedException
      */
-    public function save(Data\CategoryWidgetInterface $imageSlider);
+    public function save(Data\CategoryWidgetInterface $categoryWidget);
 
     /**
      * Get Category Widget by ID
@@ -42,11 +42,11 @@ interface CategoryWidgetRepositoryInterface
     /**
      * Delete Category Widget
      *
-     * @param \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface $imageSlider
+     * @param \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface $categoryWidget
      * @return bool true on success
      * @throws \Magento\Framework\Exception\LocalizedException
      */
-    public function delete(Data\CategoryWidgetInterface $imageSlider);
+    public function delete(Data\CategoryWidgetInterface $categoryWidget);
 
     /**
      * Delete Category Widget by ID