Skip to content

Commit c9c12d3

Browse files
djhiMadeorsk
andauthored
Update docs/Show.md
Co-authored-by: Madeorsk <[email protected]>
1 parent 60b6f9d commit c9c12d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Show.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export const PostShow = () => (
292292

293293
## `offline`
294294

295-
By default, `<ShowBase>` renders nothing when there is no connectivity and the record hasn't been cached yet. You can provide your own component via the `offline` prop:
295+
By default, `<Show>` renders the `<Offline>` component when there is no connectivity and the record hasn't been cached yet. You can provide your own component via the `offline` prop:
296296

297297
```jsx
298298
import { Show } from 'react-admin';

0 commit comments

Comments
 (0)