Skip to content

Commit fe3e48a

Browse files
committed
fix typo
1 parent 89f8bab commit fe3e48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/canonicalize-candidates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ test.each([
13191319
['text-left', 'p-[1.2rem]'],
13201320
],
13211321

1322-
// Arbitrary values could also be collapsed in a bare value
1322+
// Arbitrary values could also be collapsed into a bare value
13231323
[
13241324
['px-[30.75rem]', 'py-[30.75rem]', 'text-left'],
13251325
['text-left', 'p-123'],

0 commit comments

Comments
 (0)