Skip to content

Commit 875b384

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/pages/en/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The `CommandRunner` is abstract class to define your command. You define the com
234234

235235
#### registerWithSubCommands
236236

237-
A static method returns list of root command class which calls this api and all sub command classes set as metadata of `@Command` and `@SubCommand` decorators in the scope of module tree the root command class traverses.
237+
A static method that returns a list of the root command class, which calls this api, and all sub command classes set via the metadata of the `@Command()` and `@SubCommand()` decorators in the scope of module tree that the root command class traverses.
238238

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

0 commit comments

Comments
 (0)