We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bc12a commit d50931cCopy full SHA for d50931c
questions.js
@@ -76,7 +76,7 @@ module.exports = [
76
message: 'What kind of sample code do you want in this project?',
77
choices: [
78
{value: 'app-min', title: 'Bare minimum'},
79
- {value: 'app-with-router', title: 'With conventional router'}
+ {value: 'app-with-router', title: 'With direct routing'}
80
]
81
},
82
// Currently this question is not visible to end user because there is only one option.
0 commit comments