Skip to content

Commit 8f97b76

Browse files
authored
Tweak wording
1 parent 3abc9fc commit 8f97b76

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 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.
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 backend APIs and other async sources, 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)