Skip to content

Commit f8bd4ce

Browse files
committed
[Doc] Fix typo in TabbedForm and TabbedShowLayout
1 parent 7b52591 commit f8bd4ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/TabbedForm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ export const TagEdit = () => (
510510

511511
- `label`: the label of the tab
512512
- `path`: the path of the tab in the URL (ignored when `syncWithLocation={false}`)
513-
- `count`: the number of items in the tab (dislayed close to the label)
513+
- `count`: the number of items in the tab (displayed close to the label)
514514
- `sx`: custom styles to apply to the tab
515515
- `children`: the content of the tab (usually a list of inputs)
516516

docs/TabbedShowLayout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ It accepts the following props:
8686
- `label`: The string displayed for each tab
8787
- `icon`: The icon to show before the label (optional). Must be a component.
8888
- `path`: The string used for custom urls (optional)
89-
- `count`: the number of items in the tab (dislayed close to the label)
89+
- `count`: the number of items in the tab (displayed close to the label)
9090

9191
```jsx
9292
// in src/posts.js

0 commit comments

Comments
 (0)