diff --git a/website/docs/tutorial/queries-2.md b/website/docs/tutorial/queries-2.md index b95bdb24f23d7..c195d3858c890 100644 --- a/website/docs/tutorial/queries-2.md +++ b/website/docs/tutorial/queries-2.md @@ -386,4 +386,4 @@ Although we introduced queries using `useLazyLoadQuery` for simplicity, preloade * Query variables are used by passing them into field arguments. * Preloaded queries are always the best way to go. For user interaction queries, initiate the fetch in the event handler. For the initial query for your screen, initiate the fetch as early as possible in your specific routing system. Use lazy-loaded queries only for quick prototyping, or not at all. -Next we'll briefly look at a way to enhance the hovecard by handling different types of posters differently. After that, we'll see how to handle situations where information that's part of the initial query also needs to be updated and refetched with different variables. +Next we'll briefly look at a way to enhance the hovercard by handling different types of posters differently. After that, we'll see how to handle situations where information that's part of the initial query also needs to be updated and refetched with different variables.