We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdf6a3a + 42c0fda commit 0050738Copy full SHA for 0050738
docs/rtk-query/api/created-api/overview.mdx
@@ -26,7 +26,7 @@ For maintainability purposes, you may wish to split up endpoint definitions acro
26
```ts title="API Slice Contents" no-transpile
27
const api = createApi({
28
baseQuery: fetchBaseQuery({ baseUrl: '/' }),
29
- endpoints: (builder) => ({
+ endpoints: (build) => ({
30
// ...
31
}),
32
})
0 commit comments