Skip to content

Commit 3a0ef21

Browse files
memothelemoabetomo
authored andcommitted
Fixed deprecated documentation typo
1 parent 78e335f commit 3a0ef21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deprecated.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The global Command object is exported as `program` from Commander v5, or import
3939
const { program } = require('commander');
4040
// or
4141
const { Command } = require('commander');
42-
comnst program = new Command()
42+
const program = new Command()
4343
```
4444

4545
- Removed from README in Commander v5.

0 commit comments

Comments
 (0)