Skip to content

Commit 33eacfd

Browse files
Update packages/tailwindcss/src/compile.ts
Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
1 parent 42f48df commit 33eacfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function compileCandidates(
5454
designSystem.resolveThemeValue,
5555
)
5656
} catch (err) {
57-
// If substitution fails then the candidate liekly contains a call to
57+
// If substitution fails then the candidate likely contains a call to
5858
// `theme()` that is invalid which may be because of incorrect usage,
5959
// invalid arguments, or a theme key that does not exist.
6060
continue

0 commit comments

Comments
 (0)