Skip to content

Commit 42c0fda

Browse files
authored
Update overview.mdx
just to align naming `builder` and `build` like in - https://redux-toolkit.js.org/rtk-query/usage/queries - https://redux-toolkit.js.org/rtk-query/usage/mutations
1 parent bdf6a3a commit 42c0fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)