Skip to content

Commit 87a361b

Browse files
authored
Update comment typo in endpointDefinitions.ts
1 parent e454251 commit 87a361b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/endpointDefinitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export interface QueryExtraOptions<
402402
* need to use this with the `serializeQueryArgs` or `forceRefetch` options to keep
403403
* an existing cache entry so that it can be updated.
404404
*
405-
* Since this is wrapped with Immer, you , you may either mutate the `currentCacheValue` directly,
405+
* Since this is wrapped with Immer, you may either mutate the `currentCacheValue` directly,
406406
* or return a new value, but _not_ both at once.
407407
*
408408
* Will only be called if the existing `currentCacheData` is _not_ `undefined` - on first response,

0 commit comments

Comments
 (0)