Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions app/prompts.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"type": "checkbox",
"name": "angularModules",
"message": "Which Angular's modules would you want to have? (ngRoute and ngResource will be addressed after)",
"message": "What Angular modules would you like to have? (ngRoute and ngResource will be addressed after)",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed unnecessary apostrophe.

"choices": [
{
"value": {
Expand Down Expand Up @@ -56,7 +56,7 @@
{
"type": "list",
"name": "jQuery",
"message": "Would you need jQuery or perhaps Zepto?",
"message": "Do you need jQuery or perhaps Zepto?",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More idiomatic way of asking.

"choices": [
{
"value": {
Expand Down Expand Up @@ -115,7 +115,7 @@
{
"type": "list",
"name": "router",
"message": "Would you like to use a router ?",
"message": "Would you like to use a router?",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed unnecessary space.

"choices": [
{
"value": {
Expand Down Expand Up @@ -178,7 +178,7 @@
{
"type": "list",
"name": "bootstrapComponents",
"message": "How do you want to implements your Bootstrap components?",
"message": "How do you want to implement your Bootstrap components?",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed 's'.

"choices": [
{
"value": {
Expand Down Expand Up @@ -213,7 +213,7 @@
{
"type": "list",
"name": "foundationComponents",
"message": "How do you want to implements your Foundation components?",
"message": "How do you want to implement your Foundation components?",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed 's'.

"choices": [
{
"value": {
Expand Down Expand Up @@ -330,7 +330,7 @@
{
"type": "list",
"name": "htmlPreprocessor",
"message": "Which html template engine would you want?",
"message": "Which HTML template engine would you want?",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed 'html' to a more standard 'HTML'.

"choices": [
{
"value": {
Expand Down