Skip to content

Commit 51f1d89

Browse files
committed
readme
1 parent e01e758 commit 51f1d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $posts = $post->sortable(['title' => 'desc'])->paginate(10); // $post->orderBy('
8080

8181
### Blade Directive
8282

83-
There is a also `blade` directive for you to create sortable links in your views:
83+
There is also a `blade` directive for you to create sortable links in your views:
8484

8585
```blade
8686
@sortablelink('title', trans('general.title'), ['parameter' => 'smile'], ['rel' => 'nofollow'])

0 commit comments

Comments
 (0)