Skip to content

Commit 7abc2ac

Browse files
chore: fix typo (#89)
1 parent ed9a222 commit 7abc2ac

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)