Skip to content

Commit 3abc9fc

Browse files
committed
Docs - improve clarification of the createAPI
1 parent aa59f75 commit 3abc9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/api/createApi.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: 'RTK Query > API: createApi reference'
1010

1111
# `createApi`
1212

13-
`createApi` is the core of RTK Query's functionality. It allows you to define a set of endpoints describe how to retrieve data from a series of endpoints, including configuration of how to fetch and transform that data. It generates [an "API slice" structure](./created-api/overview.mdx) that contains Redux logic (and optionally React hooks) that encapsulate the data fetching and caching process for you.
13+
`createApi` is the core of RTK Query's functionality. It allows you to define a set of endpoints that describe how to retrieve data from various destinations, including the configuration of how to fetch and transform that data. It generates [an "API slice" structure](./created-api/overview.mdx) that contains Redux logic (and optionally React hooks) that encapsulate the data fetching and caching process for you.
1414

1515
:::tip
1616

0 commit comments

Comments
 (0)