Skip to content

Commit f58c659

Browse files
committed
fix typo
1 parent e5fd079 commit f58c659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4883,7 +4883,7 @@ function resolveValueFunction(
48834883
return { nodes: ValueParser.parse(value.value) }
48844884
}
48854885

4886-
// No data type hitn provided, so we have to infer it
4886+
// No data type hint provided, so we have to infer it
48874887
let type = inferDataType(value.value, [dataType as any])
48884888
if (type !== null) {
48894889
return { nodes: ValueParser.parse(value.value) }

0 commit comments

Comments
 (0)