Skip to content

Commit f6b0753

Browse files
tkowjmcdo29
andcommitted
Update apps/docs/src/pages/en/api.md
Co-authored-by: Jay McDoniel <jmcdo29@gmail.com>
1 parent 74c88f5 commit f6b0753

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
@@ -235,7 +235,7 @@ The `CommandRunner` is abstract class to define your command. You define the com
235235

236236
#### registerWithSubCommands
237237

238-
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.
238+
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.
239239

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

0 commit comments

Comments
 (0)