From 3a0ef21a928798edb71a8c9ffe08092832ca6870 Mon Sep 17 00:00:00 2001 From: memothelemo <31132624+memothelemo@users.noreply.github.com> Date: Sat, 14 Aug 2021 23:07:40 +0800 Subject: [PATCH] Fixed deprecated documentation typo --- docs/deprecated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.