Skip to content

Commit

Permalink
Fix incorrect grammar (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKay authored May 17, 2024
1 parent e8fcc77 commit b299baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ The `cacheNameSuffix` depends by your cache profile, by default is the user ID o
Requests can be ignored by using the `doNotCacheResponse` middleware.
This middleware [can be assigned to routes and controllers](http://laravel.com/docs/master/controllers#controller-middleware).

Using the middleware are route could be exempt from being cached.
Using the middleware our route could be exempt from being cached.

```php
// app/Http/routes.php
Expand Down

0 comments on commit b299baa

Please sign in to comment.