Skip to content

Commit 1ae070e

Browse files
committed
fix typo
1 parent 787006f commit 1ae070e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/tailwindcss/src/css-functions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe('--spacing(…)', () => {
128128
`)
129129
})
130130

131-
test('--spacing(…) optimizes the output when the input is `0` (with an inline themed)', async () => {
131+
test('--spacing(…) optimizes the output when the input is `0` (with an inlined theme value)', async () => {
132132
expect(
133133
await compileCss(css`
134134
@theme inline {
@@ -176,7 +176,7 @@ describe('--spacing(…)', () => {
176176
`)
177177
})
178178

179-
test('--spacing(…) optimizes the output when the input is `1` (with an inline themed)', async () => {
179+
test('--spacing(…) optimizes the output when the input is `1` (with an inlined theme value)', async () => {
180180
expect(
181181
await compileCss(css`
182182
@theme inline {

0 commit comments

Comments
 (0)