diff --git a/packages/@tailwindcss-upgrade/src/codemods/template/migrate.test.ts b/packages/@tailwindcss-upgrade/src/codemods/template/migrate.test.ts index 35de32a09..1d81f9c6b 100644 --- a/packages/@tailwindcss-upgrade/src/codemods/template/migrate.test.ts +++ b/packages/@tailwindcss-upgrade/src/codemods/template/migrate.test.ts @@ -37,7 +37,7 @@ describe.each([['default'], ['with-variant'], ['important'], ['prefix']])('%s', ` test.each([ - // Arbitrary property to named functional utlity + // Arbitrary property to named functional utility ['[color:red]', 'text-red-500'], // Promote data types to more specific utility if it exists diff --git a/packages/tailwindcss/src/compat/config/types.ts b/packages/tailwindcss/src/compat/config/types.ts index dbcb30de3..f70afa2cb 100644 --- a/packages/tailwindcss/src/compat/config/types.ts +++ b/packages/tailwindcss/src/compat/config/types.ts @@ -52,7 +52,7 @@ type DarkModeStrategy = // Use the `class` strategy with a custom class instead of `.dark`. | ['class', string] - // Use the `selector` strategy — same as `class` but uses `:where()` for more predicable behavior + // Use the `selector` strategy — same as `class` but uses `:where()` for more predictable behavior | 'selector' // Use the `selector` strategy with a custom selector instead of `.dark`.