You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/src/app/core/component-docs/toolbar/toolbar-docs.component.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
<description>
26
26
If there isn’t enough room in a Toolbar, the [shouldOverflow]="true" can be used to move buttons to an overflow area.
27
27
A popover button will be created which will contain all the items in the overflow.
28
-
Make sure to include the <codeclass="code-snippet">fd-toolbar-item directive</code> in each Toolbar. <codeclass="code-snippet">fdToolbarOverflowButton</code> for button and <codeclass="code-snippet">fdToolbarOverflowButtonMenu</code> for menu button in each Toolbar.
28
+
Make sure to include the <codeclass="code-snippet">fd-toolbar-item </code>directive in each Toolbar. <codeclass="code-snippet">fd-toolbar-overflow-button</code> for button and <codeclass="code-snippet">fd-toolbar-overflow-button-menu</code> for menu button in each Toolbar.
0 commit comments