Skip to content

Commit ae59d5f

Browse files
authored
Merge pull request #2997 from tjdavenport/patch-1
2 parents 4331b0e + a39c9e8 commit ae59d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/api/fetchBaseQuery.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ type prepareHeaders = (
126126

127127
_(optional)_
128128

129-
A function that can be used to apply custom transformations to the data passed into [`params`](#setting-the-query-string). If you don't provide this, `params` will be given directly to `new URLSearchParms()`. With some API integrations, you may need to leverage this to use something like the [`query-string`](https://github.com/sindresorhus/query-string) library to support different array types.
129+
A function that can be used to apply custom transformations to the data passed into [`params`](#setting-the-query-string). If you don't provide this, `params` will be given directly to `new URLSearchParams()`. With some API integrations, you may need to leverage this to use something like the [`query-string`](https://github.com/sindresorhus/query-string) library to support different array types.
130130

131131
### `fetchFn`
132132

0 commit comments

Comments
 (0)