Skip to content

Commit 33d1124

Browse files
authored
Merge pull request #3175 from u01jmg3/master
docs: Typos
2 parents 158f2e9 + 6185f96 commit 33d1124

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/datatables.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
/*
4444
* List of available builders for DataTables.
45-
* This is where you can register your custom dataTables builder.
45+
* This is where you can register your custom DataTables builder.
4646
*/
4747
'engines' => [
4848
'eloquent' => Yajra\DataTables\EloquentDataTable::class,
@@ -79,7 +79,7 @@
7979
'error' => env('DATATABLES_ERROR', null),
8080

8181
/*
82-
* Default columns definition of dataTable utility functions.
82+
* Default columns definition of DataTable utility functions.
8383
*/
8484
'columns' => [
8585
/*
@@ -105,7 +105,7 @@
105105
'blacklist' => ['password', 'remember_token'],
106106

107107
/*
108-
* List of columns that are only allowed fo search/sort.
108+
* List of columns that are only allowed for search/sort.
109109
* If set to *, all columns are allowed.
110110
*/
111111
'whitelist' => '*',

0 commit comments

Comments
 (0)