From 19d6f111a5ab923ee0b1352773f442d5e69eade9 Mon Sep 17 00:00:00 2001 From: Seppe Dekeyser Date: Thu, 6 Jul 2023 08:33:53 +0200 Subject: [PATCH] Fix comment on `@load` directive (#1124) --- packages/houdini-svelte/src/plugin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/houdini-svelte/src/plugin/index.ts b/packages/houdini-svelte/src/plugin/index.ts index aea8392d4..c61b74f74 100644 --- a/packages/houdini-svelte/src/plugin/index.ts +++ b/packages/houdini-svelte/src/plugin/index.ts @@ -87,7 +87,7 @@ export const redirect = svelteKitRedirect schema({ config }) { return ` """ - @${config.loadDirective} is used to disable automatic fetch (no load, no auto fetch in component), you will have to do it manually. + @${config.loadDirective} is used to enable automatic fetch on inline queries. """ directive @${config.loadDirective} on QUERY