Skip to content

Commit

Permalink
typo jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
OskiTheCoder committed Dec 23, 2024
1 parent 46a47fb commit dc1fae7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions easy-ui-react/src/ForgeLayout/ForgeLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ export const useForgeLayout = () => {
* </ForgeLayout.Nav>
* <ForgeLayout.Header>
* <ForgeLayout.Controls visibleWhenNavStateIs="collapsed">
* <ForgeLayout.BreadrumbsNavigation>
* <ForgeLayout.BreadcrumbsNavigation>
* <ForgeLayout.BackButton onClick={() => {}}>
* Back
* </ForgeLayout.BackButton>
* <ForgeLayout.Breadrumbs>
* <ForgeLayout.Breadrumb>Breadcrumb</ForgeLayout.Breadrumb>
* <ForgeLayout.Breadrumb>Breadcrumb</ForgeLayout.Breadrumb>
* </ForgeLayout.Breadrumbs>
* </ForgeLayout.BreadrumbsNavigation>
* <ForgeLayout.Breadcrumbs>
* <ForgeLayout.Breadcrumb>Breadcrumb</ForgeLayout.Breadcrumb>
* <ForgeLayout.Breadcrumb>Breadcrumb</ForgeLayout.Breadcrumb>
* </ForgeLayout.Breadcrumbs>
* </ForgeLayout.BreadcrumbsNavigation>
* </ForgeLayout.Controls>
* <ForgeLayout.Controls visibleWhenNavStateIs="expanded">
* <ForgeLayout.ModeSwitcher onModeChange={action("Mode changed!")} />
Expand Down

0 comments on commit dc1fae7

Please sign in to comment.