We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47979b4 commit 01d0c6aCopy full SHA for 01d0c6a
components/event_dispatcher.rst
@@ -86,7 +86,7 @@ The unique event name can be any string, but optionally follows a few simple
86
naming conventions:
87
88
* Use only lowercase letters, numbers, dots (``.``) and underscores (``_``);
89
-* Prefix names with a namespace followed by a dot (e.g. ``order.``, ``user.*``);
+* Prefix names with a namespace followed by a dot (e.g. ``order.*``, ``user.*``);
90
* End names with a verb that indicates what action has been taken (e.g.
91
``order.placed``).
92
0 commit comments