Skip to content

Commit eeb65b2

Browse files
Update packages/@tailwindcss-upgrade/src/codemods/template/migrate-camelcase-in-named-value.ts
Co-authored-by: Robin Malfait <[email protected]>
1 parent 052f362 commit eeb65b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-upgrade/src/codemods/template/migrate-camelcase-in-named-value.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as version from '../../utils/version'
44

55
// Converts named values to use kebab-case. This is necessary because the
66
// upgrade tool also renames the theme values to kebab-case, so `text-superRed`
7-
// will have it's theme value renamed to `--color-super-red` and thus the
7+
// will have its theme value renamed to `--color-super-red` and thus the
88
// utility will be renamed to `text-super-red`.
99
export function migrateCamelcaseInNamedValue(
1010
designSystem: DesignSystem,

0 commit comments

Comments
 (0)