Skip to content

Commit 05b585f

Browse files
authored
Merge pull request #4013 from fatihgnc/docs/fix-typo-in-queries-md
docs: fix a typo in queries markdown file
2 parents 7ae6357 + 69d9a1d commit 05b585f

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
@@ -273,7 +273,7 @@ function PostsList({ userName }: { userName: string }) {
273273

274274
### Query Cache Keys
275275

276-
When you perform a query, RTK Query automatically serializes the request parameters and creates an internal `queryCacheKey` for the request. Any future request that produces the same `queryCacheKey` will be de-duped against the original, and will share updates if a `refetch` is trigged on the query from any subscribed component.
276+
When you perform a query, RTK Query automatically serializes the request parameters and creates an internal `queryCacheKey` for the request. Any future request that produces the same `queryCacheKey` will be de-duped against the original, and will share updates if a `refetch` is triggered on the query from any subscribed component.
277277

278278
### Selecting data from a query result
279279

0 commit comments

Comments
 (0)