Browse Source

spelling fix

Paweł Bukowski 4 years ago
parent
commit
8f49030164
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Grid/Tools/BatchActions.php

+ 2 - 2
src/Grid/Tools/BatchActions.php

@@ -56,11 +56,11 @@ class BatchActions extends AbstractTool
     }
 
     /**
-     * Disable delete And Hode SelectAll Checkbox.
+     * Disable delete And Hide SelectAll Checkbox.
      *
      * @return $this
      */
-    public function disableDeleteAndHodeSelectAll()
+    public function disableDeleteAndHideSelectAll()
     {
         $this->enableDelete = false;