From b299baab12526f55d224a039f448e50e00e6ceb2 Mon Sep 17 00:00:00 2001
From: Seb Kay <seb@sebkay.com>
Date: Fri, 17 May 2024 09:18:27 +0100
Subject: [PATCH] Fix incorrect grammar (#472)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 20fbb82..f327cf6 100644
--- a/README.md
+++ b/README.md
@@ -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