Skip to content

Commit dc76fa6

Browse files
authored
Fix typo
1 parent cfc8ef9 commit dc76fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ stream_max_entries The maximum number of entries which ``0`` (which means "n
10121012
In Memory Transport
10131013
~~~~~~~~~~~~~~~~~~~
10141014

1015-
The ``in-memory`` transport does not actually delivery messages. Instead, it
1015+
The ``in-memory`` transport does not actually deliver messages. Instead, it
10161016
holds them in memory during the request, which can be useful for testing.
10171017
For example, if you have an ``async_priority_normal`` transport, you could
10181018
override it in the ``test`` environment to use this transport:

0 commit comments

Comments
 (0)