diff --git a/docs/TabbedShowLayout.md b/docs/TabbedShowLayout.md index 051fbfc6112..7209456dc60 100644 --- a/docs/TabbedShowLayout.md +++ b/docs/TabbedShowLayout.md @@ -289,7 +289,7 @@ export default ScrollableTabbedShowLayout; ## Controlled Mode -By default, `` reads the record from the `ResourceContext`. But by passing a `record` prop, you can render the component outside a `ResourceContext`. +By default, `` reads the record from the `RecordContext`. But by passing a `record` prop, you can render the component outside a `RecordContext`. {% raw %} ```jsx