Skip to content

Commit c883af1

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Add missing asterisk (*)
2 parents e82a710 + bd5aa7c commit c883af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The unique event name can be any string, but optionally follows a few
8686
naming conventions:
8787

8888
* Use only lowercase letters, numbers, dots (``.``) and underscores (``_``);
89-
* Prefix names with a namespace followed by a dot (e.g. ``order.``, ``user.*``);
89+
* Prefix names with a namespace followed by a dot (e.g. ``order.*``, ``user.*``);
9090
* End names with a verb that indicates what action has been taken (e.g.
9191
``order.placed``).
9292

0 commit comments

Comments
 (0)