You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rtk-query/api/fetchBaseQuery.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ It takes all standard options from fetch's [`RequestInit`](https://developer.moz
39
39
-`fetchFn`_(optional)_
40
40
- A fetch function that overrides the default on the window. Can be useful in SSR environments where you may need to leverage `isomorphic-fetch` or `cross-fetch`.
41
41
-`timeout`_(optional)_
42
-
- A number in milliseconds that represents that maximum time a request can take before timing out.
42
+
- A number in milliseconds that represents the maximum time a request can take before timing out.
43
43
44
44
```ts title="Return types of fetchBaseQuery" no-transpile
0 commit comments