Skip to content

Commit

Permalink
Update apps/docs/src/pages/en/features/commander.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jay McDoniel <[email protected]>
  • Loading branch information
tkow and jmcdo29 authored Dec 25, 2022
1 parent 875b384 commit a3d5bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/pages/en/features/commander.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ The above command is meant to be a basic example, and should not be taken as a f

## Register Commands

Though you'll find the details are in [factory page](./factory), you must register your all commands including sub commands as providers in your module class exists somewhere in Module tree registerd to `CommandFactory`. For convenience, given that we register exapmles in Sub Commands section and set them as providers in app.module.ts that set as root module to `CommandFactory`.
Though you'll find the implementation details in the [factory page](./factory), you must register all of your commands including the sub commands as providers in a module class that the `CommandFactory` ends up registering. For convenience, given that we register examples in Sub Commands section and set them as providers in `app.module.ts` that set as root module to `CommandFactory`.

```typescript title="src/app.module.ts"
@Module({
Expand Down

0 comments on commit a3d5bf7

Please sign in to comment.