Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix typos
  • Loading branch information
RobinMalfait committed Oct 16, 2024
commit 5084a79839d3dd6d6f80bad40128e30824cb4891
4 changes: 2 additions & 2 deletions packages/tailwindcss/src/compat/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ test('important: true', async () => {
`)
})

test('blocklisted canddiates are not generated', async () => {
test('blocklisted candidates are not generated', async () => {
let compiler = await compile(
css`
@theme reference {
Expand Down Expand Up @@ -1483,7 +1483,7 @@ test('blocklisted canddiates are not generated', async () => {
`)
})

test('blocklisted canddiates cannot be used with `@apply`', async () => {
test('blocklisted candidates cannot be used with `@apply`', async () => {
await expect(() =>
compile(
css`
Expand Down