Skip to content

Commit 284e42b

Browse files
Update 10-command-bus.md
1 parent f226317 commit 284e42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Documentation/content/1.x/2-features/10-command-bus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ final class UserHandlers
4545
}
4646
```
4747

48-
Note that handler method names can be anything: invokable methods, `handleCreateUser()`, `handleCreateUser()`, `whateverYouWant()`, …
48+
Note that handler method names can be anything: invokable methods, `handleCreateUser()`, `handle()`, `whateverYouWant()`, …
4949

5050
Dispatching a command can be done with the `command()` function:
5151

0 commit comments

Comments
 (0)