Skip to content

Commit c04e51e

Browse files
Update src/modal/modal.component.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent ac7b8d6 commit c04e51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/modal.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import { cycleTabs } from "./../common/tab.service";
4444
* <ibm-modal-header (closeSelect)="closeModal()">Header text</ibm-modal-header>
4545
* <section class="modal-body">
4646
* <h1>Sample modal works.</h1>
47-
* <button class="btn--icon-link" nPopover="Hello there" title="Popover title" placement="right">
47+
* <button class="btn--icon-link" nPopover="Hello there" title="Popover title" placement="right" appendInline="true">
4848
* <ibm-icon icon="info" size="sm"></ibm-icon>
4949
* </button>
5050
* {{modalText}}

0 commit comments

Comments
 (0)