Skip to content

Commit 1d43fd5

Browse files
committed
Typos
1 parent d074de9 commit 1d43fd5

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
@@ -1317,17 +1317,17 @@ auto_setup Whether the table should be created true
13171317

13181318
.. note::
13191319

1320-
The ``wait_time`` parameter define the maximum duration Amazon SQS should
1320+
The ``wait_time`` parameter defines the maximum duration Amazon SQS should
13211321
wait until a message is available in a queue before sending a response.
13221322
It helps reducing the cost of using Amazon SQS by eliminating the number
13231323
of empty responses.
13241324

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

13281328
.. note::
13291329

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

0 commit comments

Comments
 (0)