Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit bf74d80

Browse files
fix(cli): Fix prompt typo (#230)
1 parent fdf79d8 commit bf74d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const questions = [
183183
{
184184
type: 'checkbox',
185185
name: 'attributesToDisplay',
186-
message: 'Attribute to display',
186+
message: 'Attributes to display',
187187
suffix: `\n ${chalk.gray('Used to generate the default result template')}`,
188188
pageSize: 10,
189189
choices: async answers => [

0 commit comments

Comments
 (0)