Skip to content

Commit 680c398

Browse files
Added more information
1 parent 45a742f commit 680c398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ This example demonstrates request deduplication and caching behavior:
358358
2. A second later, another `Pokemon` component is rendered with 'bulbasaur'
359359
- Notice that this one doesn't ever show 'Loading...' and no new network request happens? It's using the cache here.
360360
3. A moment after that, a `Pokemon` component for 'pikachu' is added, and a new request happens.
361-
4. When you click 'Refetch' for a specific `Pokemon`, it'll update only that pokemon with one request.
361+
4. When you click 'Refetch' for a specific `Pokemon`, it'll update all instances of that `Pokemon` with one request.
362362

363363
:::note Try it out
364364
Click the 'Add bulbasaur' button. You'll observe the same behavior described above until you click the 'Refetch' button on one of the components.

0 commit comments

Comments
 (0)