Skip to content

Commit

Permalink
Fix small typo in tutorial (queries-2.md) (#4398)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4398

Reviewed By: tyao1

Differential Revision:
D47997779

Privacy Context Container: L1125407

Pulled By: captbaritone

fbshipit-source-id: 762ce128774662f55270bc2b49309c2d9715162f
  • Loading branch information
michelle-chiang authored and facebook-github-bot committed Aug 9, 2023
1 parent beb0e92 commit 5450fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorial/queries-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5450fcd

Please sign in to comment.