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
* @param {string} jsonContentType Defaults to `application/json`. Used when automatically setting the content-type header for a request with a jsonifiable body that does not have an explicit content-type header.
197
197
*
198
198
* @param {number} timeout
199
-
* A number in milliseconds that represents that maximum time a request can take before timing out.
199
+
* A number in milliseconds that represents the maximum time a request can take before timing out.
0 commit comments