Skip to content

Commit 7d530ac

Browse files
Nyholmwouterj
authored andcommitted
Typos
1 parent d198bb7 commit 7d530ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,17 +1200,17 @@ auto_setup Whether the table should be created true
12001200

12011201
.. note::
12021202

1203-
The ``wait_time`` parameter define the maximum duration Amazon SQS should
1203+
The ``wait_time`` parameter defines the maximum duration Amazon SQS should
12041204
wait until a message is available in a queue before sending a response.
12051205
It helps reducing the cost of using Amazon SQS by eliminating the number
12061206
of empty responses.
12071207

1208-
The ``poll_timeout`` parameter define the duration the receiver should wait
1208+
The ``poll_timeout`` parameter defines the duration the receiver should wait
12091209
before returning null. It avoids blocking other receivers from being called.
12101210

12111211
.. note::
12121212

1213-
If the queue name is suffixed by ``.fifo``, AWS will creates a `FIFO queue`_.
1213+
If the queue name is suffixed by ``.fifo``, AWS will create a `FIFO queue`_.
12141214
Use the stamp :class:`Symfony\\Component\\Messenger\\Bridge\\AmazonSqs\\Transport\\AmazonSqsFifoStamp`
12151215
to define the ``Message group ID`` and the ``Message deduplication ID``.
12161216

0 commit comments

Comments
 (0)