Skip to content

Commit 13c5661

Browse files
committed
Patch comment
1 parent 262b8a2 commit 13c5661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cli-menu/src/menu.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export interface MenuOptions {
2121
message?: string;
2222

2323
/**
24-
* Set to false to prevent showing the command module's `describe` export in
25-
* the choices.
24+
* Set to false to prevent showing the command module's `description` in the
25+
* choices.
2626
* @default true
2727
*/
2828
showDescriptions?: boolean;
@@ -35,7 +35,7 @@ export interface MenuOptions {
3535
maxDescriptionLength?: number;
3636

3737
/**
38-
* Whether the command menu is enabled. Can be a boolean or a predicate
38+
* Whether the command menu is enabled. Can be a boolean or a predicate
3939
* function that determines whether the command menu should be shown. The
4040
* predicate will only be called if the conditions for showing the menu are
4141
* met.

0 commit comments

Comments
 (0)