summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/svelte/README.md')
-rw-r--r--packages/integrations/svelte/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/svelte/README.md b/packages/integrations/svelte/README.md
index 52d1fdc95..1c8b98b82 100644
--- a/packages/integrations/svelte/README.md
+++ b/packages/integrations/svelte/README.md
@@ -126,7 +126,7 @@ __`svelte.config.js`__
import { vitePreprocess } from '@astrojs/svelte';
export default {
- preprocess: vitePreprocess(),
+ preprocess: vitePreprocess(),
};
```