Skip to content

Commit bd5aa7c

Browse files
committed
minor #11796 Add missing asterisk (*) (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Add missing asterisk (*) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 01d0c6a Add missing asterisk (*)
2 parents 47979b4 + 01d0c6a commit bd5aa7c

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 simple
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)