Skip to content

Commit 504e1e5

Browse files
fix cli typo (#896)
1 parent 05f00e8 commit 504e1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/bin/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async function handleInit() {
172172
if (!installTailwind) {
173173
installTailwind = cancelable(
174174
await confirm({
175-
message: cyan('Would you like to instal Tailwind? (required)'),
175+
message: cyan('Would you like to install Tailwind? (required)'),
176176
initialValue: false,
177177
}),
178178
);

0 commit comments

Comments
 (0)