Skip to content

Commit d97b04a

Browse files
authored
Fix formatting issue in installation.md
1 parent 082bd52 commit d97b04a

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

0 commit comments

Comments
 (0)