diff --git a/documentation/content/docs/04-compiler-and-api/01-svelte-compiler.md b/documentation/content/docs/04-compiler-and-api/01-svelte-compiler.md index f976fd75cb..b590321fab 100644 --- a/documentation/content/docs/04-compiler-and-api/01-svelte-compiler.md +++ b/documentation/content/docs/04-compiler-and-api/01-svelte-compiler.md @@ -242,7 +242,7 @@ declare global { export {}; // @filename: main.ts -// @errors: 2322 2345 +// @errors: 2322 2345 2339 /// // ---cut--- import { preprocess } from 'svelte/compiler';