Skip to content

Commit 97a5b3a

Browse files
Rohan Santhosh Kumarcodex
andauthored
docs: fix double word 'to to' in test comment (#20216)
## Summary Fixes a double word typo in a test comment: 'No need to to wrap' → 'No need to wrap'. ## Test plan This is a comment-only change in a test file. No functional changes. Co-authored-by: Codex <codex@openai.com>
1 parent 6b0eb51 commit 97a5b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ describe.each([['default'], ['with-variant'], ['important'], ['prefix']])('%s',
12201220
['w-[calc(100%_-_calc(var(--spacing)*60))]', 'w-[calc(100%-(--spacing(60)))]'],
12211221
['w-[calc(100%_-_--spacing(60))]', 'w-[calc(100%-(--spacing(60)))]'],
12221222

1223-
// No need to to wrap in `(…)` after a `,`
1223+
// No need to wrap in `(…)` after a `,`
12241224
['m-[min(100%,_--spacing(6))]', 'm-[min(100%,--spacing(6))]'],
12251225
['m-[min(100%_,_--spacing(6))]', 'm-[min(100%,--spacing(6))]'],
12261226
['m-[min(100%,--spacing(6))]', 'm-[min(100%,--spacing(6))]'],

0 commit comments

Comments
 (0)