We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f00e8 commit 504e1e5Copy full SHA for 504e1e5
packages/cli/bin/index.ts
@@ -172,7 +172,7 @@ async function handleInit() {
172
if (!installTailwind) {
173
installTailwind = cancelable(
174
await confirm({
175
- message: cyan('Would you like to instal Tailwind? (required)'),
+ message: cyan('Would you like to install Tailwind? (required)'),
176
initialValue: false,
177
}),
178
);
0 commit comments