Skip to content

Commit

Permalink
fix(vue): small typo in CNW description (#21888)
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Mar 4, 2024
1 parent 454e78e commit 587fe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-nx-workspace/bin/create-nx-workspace.ts
Expand Up @@ -1141,7 +1141,7 @@ async function determineVueFramework(
{
name: 'none',
message: 'None',
hint: ' I only want vue',
hint: ' I only want Vue',
},
{
name: 'nuxt',
Expand Down

0 comments on commit 587fe6a

Please sign in to comment.