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