Skip to content

Commit a5322ff

Browse files
authored
Fix typo
1 parent 17db2af commit a5322ff

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
@@ -266,7 +266,7 @@ matched under ``routing`` will still be handled immediately, i.e. synchronously.
266266
.. note::
267267

268268
You may use ``'*'`` as the message class. This will act as a default routing
269-
rule for any message not matched uner ``routing``. This is useful to ensure
269+
rule for any message not matched under ``routing``. This is useful to ensure
270270
no message is handled synchronously by default.
271271

272272
You can also route classes by their parent class or interface. Or send messages

0 commit comments

Comments
 (0)