Skip to content

Commit 846c35e

Browse files
authored
Typo fixes.
1 parent 3e7ab87 commit 846c35e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

response-fractal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thus `addColumn`, `editColumn`, `removeColumn`, `setRowAttr`, `setClassAttr`, et
77

88
## Closure
99

10-
You can pass a closure wich will receive an item of the result collection and should return an array
10+
You can pass a closure which will receive an item of the result collection and should return an array.
1111

1212
```php
1313
use DataTables;
@@ -30,7 +30,7 @@ Route::get('user-data', function() {
3030
});
3131
```
3232

33-
Thus you can make use of Laravel API Resource
33+
Thus you can make use of Laravel API Resource.
3434

3535
```php
3636
use DataTables;
@@ -51,7 +51,7 @@ Route::get('user-data', function() {
5151

5252
## Transformer
5353

54-
You can use Transformer class
54+
You can use Transformer class.
5555

5656
```php
5757
use DataTables;

0 commit comments

Comments
 (0)