Skip to content

Commit 0c1c0c4

Browse files
nakanohnakano-h
andauthored
docs: fix typo ("a arbitrary" -> "an arbitrary") (#18227)
## Summary - Fixes a typo: "a arbitrary" → "an arbitrary" in a comment/description. ## Details - This is a documentation-only change. No code logic is affected. ## Test Plan - N/A (doc-only) Co-authored-by: 中野 博文 <[email protected]>
1 parent f425720 commit 0c1c0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-upgrade/src/codemods/template/migrate-arbitrary-utilities.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ describe.each([['@theme'], ['@theme inline']])('%s', (theme) => {
277277
})
278278
})
279279

280-
test('migrate a arbitrary property without spaces, to a theme value with spaces (canonicalization)', async () => {
280+
test('migrate an arbitrary property without spaces, to a theme value with spaces (canonicalization)', async () => {
281281
let candidate = 'font-[foo,bar,baz]'
282282
let expected = 'font-example'
283283
let input = css`

0 commit comments

Comments
 (0)