Skip to content

Commit bb21d87

Browse files
Update packages/tailwindcss-language-service/src/util/language-boundaries.test.ts
Co-authored-by: Robin Malfait <[email protected]>
1 parent 2f12d51 commit bb21d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-service/src/util/language-boundaries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ test('Astro files default to HTML', ({ expect }) => {
210210
])
211211
})
212212

213-
test('Astro files front matter is pared as JS', ({ expect }) => {
213+
test('Astro files front matter is parsed as JS', ({ expect }) => {
214214
let file = createDocument({
215215
name: 'file.astro',
216216
lang: 'astro',

0 commit comments

Comments
 (0)