Skip to content

Commit 4bdbbbf

Browse files
authored
Update SQS support note in installation documentation
1 parent a21b234 commit 4bdbbbf

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 SQSs delay limitation transparently.
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.
2626
2727
## Installing Laravel Workflow
2828

0 commit comments

Comments
 (0)