Skip to content

Commit c53b438

Browse files
committed
docs: fix grammar
1 parent ffa13f3 commit c53b438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Apart from providing a booklist API, this app was created primarily to learn how
1818
- [Eloquent](https://laravel.com/docs/9.x/eloquent)
1919
- [API Resources](https://laravel.com/docs/9.x/eloquent-resources)
2020
- [Mutators](https://laravel.com/docs/9.x/eloquent-mutators)
21+
- [Query Scopes](https://laravel.com/docs/9.x/eloquent#query-scopes)
2122
- [Error Handling](https://laravel.com/docs/9.x/errors)
2223
- [Facades](https://laravel.com/docs/9.x/facades)
2324
- [Form Request Validation](https://laravel.com/docs/9.x/validation#form-request-validation)
24-
- [Query Scopes](https://laravel.com/docs/9.x/eloquent#query-scopes)
2525
- [Sanctum](https://laravel.com/docs/9.x/sanctum)
2626
- [Service Providers](https://laravel.com/docs/9.x/providers)
2727
- [Testing](https://laravel.com/docs/9.x/testing)
@@ -32,7 +32,7 @@ Apart from providing a booklist API, this app was created primarily to learn how
3232
If you are interested in exploring this app, you can check to start from [`routes/api.php`](./routes/api.php), [`app/`](./app/) folder & [`tests/`](./tests/) folder.
3333

3434
## Further reading
35-
In addition to the [official documentation](https://laravel.com/docs/9.x/) from Laravel, the following is a reference article that helps the development of this application and may be of interest to you:
35+
In addition to the [official documentation](https://laravel.com/docs/9.x/) from Laravel, here are some reference articles that help the development of this application and may be of interest to you:
3636
- https://ashallendesign.co.uk/blog/how-to-make-your-laravel-app-more-testable
3737
- https://www.larashout.com/creating-custom-facades-in-laravel
3838
- https://timacdonald.me/using-laravels-policies-route-model-binding-without-eloquent/

0 commit comments

Comments
 (0)