Skip to content

Commit 0050738

Browse files
authored
Merge pull request #2273 from flexbox/patch-1
2 parents bdf6a3a + 42c0fda commit 0050738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/api/created-api/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For maintainability purposes, you may wish to split up endpoint definitions acro
2626
```ts title="API Slice Contents" no-transpile
2727
const api = createApi({
2828
baseQuery: fetchBaseQuery({ baseUrl: '/' }),
29-
endpoints: (builder) => ({
29+
endpoints: (build) => ({
3030
// ...
3131
}),
3232
})

0 commit comments

Comments
 (0)