Skip to content

Commit 81b9ec7

Browse files
authored
Remove extraneous word in cache docs
1 parent efccbe9 commit 81b9ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/cache-behavior.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const Component = () => {
156156

157157
Queries can be encouraged to re-fetch more frequently than usual via the [`refetchOnMountOrArgChange`](../api/createApi.mdx#refetchonmountorargchange) property. This can be passed to the endpoint as a whole, to individual hook calls, or when dispatching the [`initiate`](../api/created-api/endpoints.mdx#initiate)action.
158158

159-
`refetchOnMountOrArgChange` is used to encourage re-fetching in additional situations where the default behavior would instead serve te cached data.
159+
`refetchOnMountOrArgChange` is used to encourage re-fetching in additional situations where the default behavior would instead serve cached data.
160160

161161
`refetchOnMountOrArgChange` accepts either a boolean value, or a number as time in seconds.
162162

0 commit comments

Comments
 (0)