Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Aug 27, 2024
1 parent af5abde commit 58825f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/toolpad/core/api/dashboard-layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"slots": [
{
"name": "toolbarActions",
"description": "The toolbar account component used in the layout header.",
"description": "The toolbar actions component used in the layout header.",
"default": "ToolbarActions",
"class": null
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"classDescriptions": {},
"slotDescriptions": {
"toolbarAccount": "The toolbar account component used in the layout header.",
"toolbarActions": "The toolbar account component used in the layout header."
"toolbarActions": "The toolbar actions component used in the layout header."
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function DashboardSidebarSubNavigation({

export interface DashboardLayoutSlots {
/**
* The toolbar account component used in the layout header.
* The toolbar actions component used in the layout header.
* @default ToolbarActions
*/
toolbarActions?: React.JSXElementConstructor<{}>;
Expand Down

0 comments on commit 58825f4

Please sign in to comment.