Skip to content

Commit c1bc603

Browse files
Update content/recipes/nest-commander.md
1 parent e3e9964 commit c1bc603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/nest-commander.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Just like any other package, you've got to install it before you can use it.
1212
$ npm i nest-commander
1313
```
1414

15-
#### A Command File
15+
#### A Command file
1616

1717
`nest-commander` makes it easy to write new command-line applications with [decorators](https://www.typescriptlang.org/docs/handbook/decorators.html) via the `@Command()` decorator for classes and the `@Option()` decorator for methods of that class. Every command file should implement the `CommandRunner` interface and should be decorated with a `@Command()` decorator.
1818

0 commit comments

Comments
 (0)