Skip to content

Commit 5a36b3c

Browse files
committed
Fix typos
1 parent b4bc446 commit 5a36b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tailwindcss/src/intellisense.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ test('Utilities, when marked as important, show as important in intellisense', a
259259
test('Static utilities from plugins are listed in hovers and completions', async () => {
260260
let input = css`
261261
@import 'tailwindcss/utilities';
262-
@plugin "./plugin.js"l;
262+
@plugin "./plugin.js";
263263
`
264264

265265
let design = await __unstable__loadDesignSystem(input, {
@@ -296,7 +296,7 @@ test('Static utilities from plugins are listed in hovers and completions', async
296296
test('Functional utilities from plugins are listed in hovers and completions', async () => {
297297
let input = css`
298298
@import 'tailwindcss/utilities';
299-
@plugin "./plugin.js"l;
299+
@plugin "./plugin.js";
300300
`
301301

302302
let design = await __unstable__loadDesignSystem(input, {

0 commit comments

Comments
 (0)