Skip to content

Commit

Permalink
Merge pull request #2273 from flexbox/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Apr 22, 2022
2 parents bdf6a3a + 42c0fda commit 0050738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rtk-query/api/created-api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For maintainability purposes, you may wish to split up endpoint definitions acro
```ts title="API Slice Contents" no-transpile
const api = createApi({
baseQuery: fetchBaseQuery({ baseUrl: '/' }),
endpoints: (builder) => ({
endpoints: (build) => ({
// ...
}),
})
Expand Down

0 comments on commit 0050738

Please sign in to comment.