Skip to content

Commit

Permalink
fix cli typo (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshmangalam authored Jul 22, 2024
1 parent 05f00e8 commit 504e1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async function handleInit() {
if (!installTailwind) {
installTailwind = cancelable(
await confirm({
message: cyan('Would you like to instal Tailwind? (required)'),
message: cyan('Would you like to install Tailwind? (required)'),
initialValue: false,
}),
);
Expand Down

0 comments on commit 504e1e5

Please sign in to comment.