Skip to content

Commit 678a296

Browse files
authored
Update 02-standalone-components.md
Command Bus seems a copy-paste from the Event Bus, but without replacing references to the Event Bus?
1 parent a1679a1 commit 678a296

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)