Skip to content

Commit

Permalink
Merge pull request #3628 from andrewlamyw/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Sep 24, 2023
2 parents a1cf488 + 87a361b commit d14814f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/query/endpointDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export interface QueryExtraOptions<
* need to use this with the `serializeQueryArgs` or `forceRefetch` options to keep
* an existing cache entry so that it can be updated.
*
* Since this is wrapped with Immer, you , you may either mutate the `currentCacheValue` directly,
* Since this is wrapped with Immer, you may either mutate the `currentCacheValue` directly,
* or return a new value, but _not_ both at once.
*
* Will only be called if the existing `currentCacheData` is _not_ `undefined` - on first response,
Expand Down

0 comments on commit d14814f

Please sign in to comment.