diff --git a/docs/features/timers.md b/docs/features/timers.md index e52e1a6f..717d98cb 100644 --- a/docs/features/timers.md +++ b/docs/features/timers.md @@ -8,7 +8,7 @@ Laravel Workflow provides the ability to suspend the execution of a workflow and To use timers, you can use the `WorkflowStub::timer($seconds)` method within your workflow. This method returns a `Promise` that will be resolved after the specified number of seconds have passed. -Here is an example of using a timer in a workflow: +Here is an example of using a timer: ```php use Workflow\WorkflowStub;