Skip to content

Commit

Permalink
Merge pull request #4013 from fatihgnc/docs/fix-typo-in-queries-md
Browse files Browse the repository at this point in the history
docs: fix a typo in queries markdown file
  • Loading branch information
EskiMojo14 committed Dec 23, 2023
2 parents 7ae6357 + 69d9a1d commit 05b585f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rtk-query/usage/queries.mdx
Expand Up @@ -273,7 +273,7 @@ function PostsList({ userName }: { userName: string }) {

### Query Cache Keys

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.
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.

### Selecting data from a query result

Expand Down

0 comments on commit 05b585f

Please sign in to comment.