Skip to content

Commit a2fbfb6

Browse files
fzaninottodjhi
andauthored
Update docs/WithListContext.md
Co-authored-by: Gildas Garcia <[email protected]>
1 parent 194a32d commit a2fbfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WithListContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use it to render a list of records already fetched.
1313

1414
The most common use case for `<WithListContext>` is to build a custom list view on-the-fly, without creating a new component, in a place where records are available inside a `ListContext`.
1515

16-
For instance, an list of book tags fetched via [`<ReferenceArrayField>`](./ReferenceArrayField.md):
16+
For instance, a list of book tags fetched via [`<ReferenceArrayField>`](./ReferenceArrayField.md):
1717

1818
```jsx
1919
import { List, Datagrid, TextField, ReferenceArrayField, WithListContext } from 'react-admin';

0 commit comments

Comments
 (0)