diff --git a/docs/deprecated.md b/docs/deprecated.md index 49118a000..9133101a2 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -39,7 +39,7 @@ The global Command object is exported as `program` from Commander v5, or import const { program } = require('commander'); // or const { Command } = require('commander'); -comnst program = new Command() +const program = new Command() ``` - Removed from README in Commander v5.