Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/explanation/anatomy-lesson.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can use this client anywhere you need to, such as:
The Lightbus worker is a long running process started using the `lightbus run` console command.
This process serves two purposes:

* Listens for events and fires any executes any listeners you have created.
* Listens for events and executes any listeners you have created.
* Respond to incoming remote procedure calls for the service's registered APIs.

This process imports your bus module (see the [module loading configuration] reference)
Expand Down