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;