Skip to content

Commit d1c9fb7

Browse files
fix prompt
1 parent e364b63 commit d1c9fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/utility/prompts/react-tool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const choices = [
66
];
77

88
const question = {
9-
message: 'How would you like to scaffold your React application',
9+
message: 'How would you like to scaffold your React application?',
1010
choices: choices
1111
};
1212

0 commit comments

Comments
 (0)