File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments