Skip to content

Commit f965159

Browse files
when -> if
Co-authored-by: Lenz Weber-Tronic <lorenz.weber-tronic@apollographql.com>
1 parent cbe685a commit f965159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/data/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ If you need to reference the currently executed query's variables, use the `vari
377377
378378
<Tip>
379379
380-
The `variables` property is empty until the execution function is called for the first time. Use the `called` property returned by `useLazyQuery` to determine when the execution function has been called at least once.
380+
The `variables` property is empty until the execution function is called for the first time. Use the `called` property returned by `useLazyQuery` to determine if the execution function has been called at least once.
381381
382382
</Tip>
383383

0 commit comments

Comments
 (0)