Skip to content

Commit c760b2d

Browse files
authored
docs(extra-topics): replace command bus section references with event bus (#1669)
1 parent a1679a1 commit c760b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5-extra-topics/02-standalone-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $eventBus->dispatch(new MyEvent());
138138

139139
## `tempest/command-bus`
140140

141-
Tempest's event bus can be used as a standalone package, in order for event handlers to be discovered, you'll have to boot Tempest's kernel and resolve the event bus from the container:
141+
Tempest's command bus can be used as a standalone package, in order for command handlers to be discovered, you'll have to boot Tempest's kernel and resolve the command bus from the container:
142142

143143
```
144144
composer require tempest/command-bus

0 commit comments

Comments
 (0)