Skip to content

Commit 0314520

Browse files
authored
fix(docs): Correct breadcrumbs typo (#4682)
1 parent 3180355 commit 0314520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/breadcrumbs/docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Place the breadcrumb in a `nav` element with `role="navigation"`. The `nav` elem
3030
The overflow menu breadcrumbs variant is a composition of the overflow menu with actions example of the menus component and breadcrumbs component. To implement this, include the overflow menu as the first `<li>` in the breadcrumb component. In order to vertically align all of the breadcrumb items to the center, add the `slds-grid_vertical-align-center` class to the `<ol>`.
3131

3232
<CodeView demoStyles="height: 150px;">
33-
{getDisplayElementById(Breadcrumbs.states, 'overflow-breadcrumbs')}
33+
{getDisplayElementById(Breadcrumbs.states, 'breadcrumbs-overflow')}
3434
</CodeView>
3535

3636
## Styling Hooks Overview

0 commit comments

Comments
 (0)