diff --git a/src/Web/Documentation/content/1.x/2-features/10-command-bus.md b/src/Web/Documentation/content/1.x/2-features/10-command-bus.md index cdb05fb8..8ee2b1b7 100644 --- a/src/Web/Documentation/content/1.x/2-features/10-command-bus.md +++ b/src/Web/Documentation/content/1.x/2-features/10-command-bus.md @@ -45,7 +45,7 @@ final class UserHandlers } ``` -Note that handler method names can be anything: invokable methods, `handleCreateUser()`, `handleCreateUser()`, `whateverYouWant()`, … +Note that handler method names can be anything: invokable methods, `handleCreateUser()`, `handle()`, `whateverYouWant()`, … Dispatching a command can be done with the `command()` function: