Skip to content

Commit 5a00787

Browse files
authored
Update timers.md
1 parent 7cd79a4 commit 5a00787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/timers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Laravel Workflow provides the ability to suspend the execution of a workflow and
88

99
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.
1010

11-
Here is an example of using a timer in a workflow:
11+
Here is an example of using a timer:
1212

1313
```php
1414
use Workflow\WorkflowStub;

0 commit comments

Comments
 (0)