Skip to content

Commit a3d5bf7

Browse files
tkowjmcdo29
andauthored
Update apps/docs/src/pages/en/features/commander.md
Co-authored-by: Jay McDoniel <jmcdo29@gmail.com>
1 parent 875b384 commit a3d5bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/pages/en/features/commander.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The above command is meant to be a basic example, and should not be taken as a f
234234

235235
## Register Commands
236236

237-
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`.
237+
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`.
238238

239239
```typescript title="src/app.module.ts"
240240
@Module({

0 commit comments

Comments
 (0)