Skip to content

Commit d50931c

Browse files
authored
chore(app-with-router): change wording from conventional router to direct router
1 parent 85bc12a commit d50931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = [
7676
message: 'What kind of sample code do you want in this project?',
7777
choices: [
7878
{value: 'app-min', title: 'Bare minimum'},
79-
{value: 'app-with-router', title: 'With conventional router'}
79+
{value: 'app-with-router', title: 'With direct routing'}
8080
]
8181
},
8282
// Currently this question is not visible to end user because there is only one option.

0 commit comments

Comments
 (0)