Skip to content

Commit

Permalink
Fix a small typo in query load doc comment (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws authored Jan 22, 2025
1 parent 3d78749 commit 7d9afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/houdini-svelte/src/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export type LoadEventFetchParams<_Data extends GraphQLObject, _Input> = FetchGlo
_Input
> & {
/**
* Directly the `even` param coming from the `load` function
* Directly the `event` param coming from the `load` function
*/
event?: LoadEvent
}
Expand Down

0 comments on commit 7d9afc9

Please sign in to comment.