From 05d920410e58f04b13dcaa83937b9d4574fc9b3f Mon Sep 17 00:00:00 2001 From: Amit Merchant Date: Mon, 16 Sep 2024 06:36:29 +0530 Subject: [PATCH] =?UTF-8?q?teh=20=E2=86=92=20the=20(#52797)?= 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