Skip to content

Commit

Permalink
fix: typo in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
maverox committed Jun 1, 2024
1 parent 4c59396 commit 04b5f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-webpack-app/src/plopfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default function (plop: NodePlopAPI) {
type: "confirm",
name: "isCSS",
message: (answers) =>
`Will you be using CSS styles along with ${answers.cssType}in your project?`,
`Will you be using CSS styles along with ${answers.cssType} in your project?`,
when: (answers) => answers.cssType !== "CSS only",
default: true,
},
Expand Down

0 comments on commit 04b5f90

Please sign in to comment.