From 29a1d19df4c7706e4b4949e1d4cff382f7e3d088 Mon Sep 17 00:00:00 2001 From: Amit Merchant Date: Sun, 15 Sep 2024 00:06:58 +0530 Subject: [PATCH] =?UTF-8?q?teh=20=E2=86=92=20the?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Illuminate/Foundation/Defer/DeferredCallbackCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Defer/DeferredCallbackCollection.php b/src/Illuminate/Foundation/Defer/DeferredCallbackCollection.php index 55749481da59..aa6907d0fb2a 100644 --- a/src/Illuminate/Foundation/Defer/DeferredCallbackCollection.php +++ b/src/Illuminate/Foundation/Defer/DeferredCallbackCollection.php @@ -115,7 +115,7 @@ public function offsetGet(mixed $offset): mixed } /** - * Set teh callback with the given key. + * Set the callback with the given key. * * @param mixed $offset * @param mixed $value