Skip to content

Commit

Permalink
Update docs/core/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Penilla <[email protected]>
  • Loading branch information
Citymonstret and jpenilla authored Jan 3, 2024
1 parent 58cba70 commit 1ce677a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You may provide your own suggestions using a suggestion provider.
### Execution coordinators

The execution coordinator is responsible for coordinating command parsing and execution.
You may create a simple execution coordinator by using `ExecutionCoordinator.simple()` which will not
You may create a simple execution coordinator by using `ExecutionCoordinator.simpleCoordinator()` which will not
enforce any particular executor and both parsing and suggestion generation will take place on the calling
thread unless the parser or suggestion provider redirects to another executor.

Expand Down

0 comments on commit 1ce677a

Please sign in to comment.