From ccb7883b96c30bb598eb24302cd0d4bf19b47cfa Mon Sep 17 00:00:00 2001 From: Abdulaziz Alsaeed <38718372+Azizx1@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:31:33 +0300 Subject: [PATCH] fix typo in one-time-operation.stub --- stubs/one-time-operation.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/one-time-operation.stub b/stubs/one-time-operation.stub index f55dfb5..92b7111 100644 --- a/stubs/one-time-operation.stub +++ b/stubs/one-time-operation.stub @@ -5,7 +5,7 @@ use TimoKoerber\LaravelOneTimeOperations\OneTimeOperation; return new class extends OneTimeOperation { /** - * Determine if the operation is being processed asyncronously. + * Determine if the operation is being processed asynchronously. */ protected bool $async = true;