Browse Source

Merge pull request #709 from shacky/2.0

spelling fix in method name
Jiang Qinghua 4 years ago
parent
commit
f4cd793ffe
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;