Skip to content

Commit 0ef23dd

Browse files
authored
Fix typo
readbale => readable
1 parent 2ba429b commit 0ef23dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine-query.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Query Builder Data Source
22

33
You may use Laravel's Query Builder as data source for your dataTables.
4-
You can look at `Yajra\DataTables\QueryDataTable` class which handles the conversion of your Query Builder into a readbale DataTable API response.
4+
You can look at `Yajra\DataTables\QueryDataTable` class which handles the conversion of your Query Builder into a readable DataTable API response.
55

66
<a name="factory"></a>
77
## Query Builder via Factory

0 commit comments

Comments
 (0)