Skip to content

Commit 613883b

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Add missing asterisk (*)
2 parents d6ea287 + c883af1 commit 613883b

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)