Skip to content

Commit

Permalink
Fix wording in CSS prompt (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox authored and juanpprieto committed Jul 10, 2023
1 parent 051f90e commit a9cebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/lib/setups/css/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function renderCssPrompt<
}) as [[CssStrategy | T, string]];

return renderSelectPrompt<CssStrategy | T>({
message: 'Select an internationalization strategy',
message: 'Select a styling library',
...options,
choices: cssStrategies.map(([value, label]) => ({
value,
Expand Down

0 comments on commit a9cebd9

Please sign in to comment.