Skip to content

Commit dc31207

Browse files
authored
Merge pull request #9045 from marmelab/doc-fix-controlled-mode-explenation
[Doc] - Correct Controlled Mode explanation in TabbedShowLayout
2 parents 9867069 + bdcb633 commit dc31207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TabbedShowLayout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export default ScrollableTabbedShowLayout;
289289

290290
## Controlled Mode
291291

292-
By default, `<TabbedShowLayout>` reads the record from the `ResourceContext`. But by passing a `record` prop, you can render the component outside a `ResourceContext`.
292+
By default, `<TabbedShowLayout>` reads the record from the `RecordContext`. But by passing a `record` prop, you can render the component outside a `RecordContext`.
293293

294294
{% raw %}
295295
```jsx

0 commit comments

Comments
 (0)