diff --git a/docs/generated/packages/react.json b/docs/generated/packages/react.json index 7bcfb439fe..0609cf7ea0 100644 --- a/docs/generated/packages/react.json +++ b/docs/generated/packages/react.json @@ -1285,7 +1285,7 @@ "description": "The name of the project to add the Tailwind CSS setup for.", "alias": "p", "$default": { "$source": "argv", "index": 0 }, - "x-dropdown": "project", + "x-dropdown": "projects", "x-prompt": "What project would you like to add the Tailwind CSS setup?" }, "buildTarget": { diff --git a/packages/react/src/generators/setup-tailwind/schema.json b/packages/react/src/generators/setup-tailwind/schema.json index 5f7c5cfecb..73ef9276a3 100644 --- a/packages/react/src/generators/setup-tailwind/schema.json +++ b/packages/react/src/generators/setup-tailwind/schema.json @@ -20,7 +20,7 @@ "$source": "argv", "index": 0 }, - "x-dropdown": "project", + "x-dropdown": "projects", "x-prompt": "What project would you like to add the Tailwind CSS setup?" }, "buildTarget": {