Skip to content

Commit 5f107e2

Browse files
committed
Fix typo
1 parent 0d0d97d commit 5f107e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-vite/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class Root {
287287
let inputPath = idToPath(this.id)
288288

289289
function addWatchFile(file: string) {
290-
// Don't watch the input file since it's already a dependency anc causes
290+
// Don't watch the input file since it's already a dependency and causes
291291
// issues with some setups (e.g. Qwik).
292292
if (file === inputPath) {
293293
return

0 commit comments

Comments
 (0)