Skip to content

Commit 041453c

Browse files
authored
Fix typo in SQS support documentation
1 parent d3e4de0 commit 041453c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Each queue driver has its own [prerequisites](https://laravel.com/docs/12.x/queu
2222

2323
Laravel Workflow also requires a cache driver that supports [locks](https://laravel.com/docs/12.x/cache#atomic-locks).
2424

25-
> ✨ SQS Support: `WorkflowStub::timer()` or `WorkflowStub::awaitWithTimeout()` now work with any duration when using the Amazon SQS queue driver. Laravel Workflow automatically handles SQS's delay limitation transparently.
25+
> ✨ SQS Support: `WorkflowStub::timer()` or `WorkflowStub::awaitWithTimeout()` now work with any duration, even when using the Amazon SQS queue driver. Laravel Workflow automatically handles SQS's delay limitation transparently.
2626
2727
## Installing Laravel Workflow
2828

0 commit comments

Comments
 (0)