Skip to content

Commit a268411

Browse files
authored
docs: removed the duplicated sentence README.md
1 parent ffd765e commit a268411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Generated entity APIs provide the following [endpoints](https://redux-toolkit.js
8282
3. `search` - a query that requests `GET /{baseEndpoint}` to get entities list with pagination. Accepts request params described by `entitySearchRequestConstructor` and returns `entitySearchResponseConstructor` extending `PaginationRequest` and `PaginationResponse` respectively.
8383

8484
4. `searchPaginated` - this query behaves similar to `search`, but accumulates data from newly requested pages.
85-
This query can be used with `useSearchPaginatedInfiniteQuery` hook to implement infinite scrolling lists. This query can be used with `useSearchPaginatedInfiniteQuery` hook to implement infinite scrolling lists. It supports loading data in both directions using `fetchNextPage` and `fetchPreviousPage` callbacks, and provides other useful props.
85+
This query can be used with `useSearchPaginatedInfiniteQuery` hook to implement infinite scrolling lists. It supports loading data in both directions using `fetchNextPage` and `fetchPreviousPage` callbacks, and provides other useful props.
8686

8787
5. `update` - this mutation performs `PUT /{baseEndpoint}/{id}` request to update entity data.
8888
Accepts `Partial` data of entity instance with mandatory `id`.

0 commit comments

Comments
 (0)