Skip to content

Commit 2d96182

Browse files
committed
Fix InfiniteList documentation
1 parent 23e5374 commit 2d96182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/InfiniteList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Additional props are passed down to the root component (a MUI `<Card>` by defaul
8888

8989
## `offline`
9090

91-
By default, `<List>` renders the `<Offline>` component when there is no connectivity and there are no records in the cache yet for the current parameters (page, sort, etc.). You can provide your own component via the `offline` prop:
91+
By default, `<InfiniteList>` renders the `<Offline>` component when there is no connectivity and there are no records in the cache yet for the current parameters (page, sort, etc.). You can provide your own component via the `offline` prop:
9292

9393
```jsx
9494
import { InfiniteList, InfinitePagination } from 'react-admin';

0 commit comments

Comments
 (0)