Skip to content

Commit

Permalink
Fix comment on @load directive (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws committed Jul 6, 2023
1 parent 837b7a9 commit 19d6f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/houdini-svelte/src/plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19d6f11

Please sign in to comment.