Skip to content

Commit 0795fe3

Browse files
committed
chore: update documentation
1 parent 2f69ade commit 0795fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modal/modal.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { cycleTabs, getFocusElementList } from "./../common/tab.service";
2424
/**
2525
* Component to create modals for presenting content.
2626
*
27-
* Using a modal in your application requires `ibm-modal-placeholder` which would generally be
27+
* Using a modal in your application requires `ibm-placeholder` which would generally be
2828
* placed near the end of your app component template (app.component.ts or app.component.html) as:
2929
*
3030
```html
@@ -68,7 +68,7 @@ export class SampleModal extends BaseModal {
6868
selector: "app-modal-demo",
6969
template: `
7070
<button ibmButton="primary" (click)="openModal('drill')">Drill-down modal</button>
71-
<ibm-modal-placeholder></ibm-modal-placeholder>`
71+
<ibm-placeholder></ibm-placeholder>`
7272
})
7373
export class ModalDemo {
7474
openModal() {

0 commit comments

Comments
 (0)