From 5450fcd96906fe1276f837bc01784ef70199b9a8 Mon Sep 17 00:00:00 2001 From: Michelle Chiang <22266346+michelle-chiang@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:40:03 -0700 Subject: [PATCH] Fix small typo in tutorial (queries-2.md) (#4398) Summary: Pull Request resolved: https://github.com/facebook/relay/pull/4398 Reviewed By: tyao1 Differential Revision: D47997779 Privacy Context Container: L1125407 Pulled By: captbaritone fbshipit-source-id: 762ce128774662f55270bc2b49309c2d9715162f --- website/docs/tutorial/queries-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.