From fb4a5b3cc36ea4b701dc140cc0f13a0cc394a27a Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Tue, 27 Sep 2022 11:21:42 +0300 Subject: [PATCH] Update cli/index.ts Co-authored-by: Adam Altman --- cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.ts b/cli/index.ts index 55af2b6f..fc5b8b34 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -192,7 +192,7 @@ YargsParser.command( res => { console.log(` ${boxen( - 'This package is deprecated now.\n\nPlease use `@redocly/cli preview-docs ` instead.', + 'This package is deprecated.\n\nUse `@redocly/cli preview-docs ` instead.', boxenOptions, )}`); return res;