Skip to content

Commit 8e297ea

Browse files
Update src/dialog/dialog.directive.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent bb98979 commit 8e297ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/dialog.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class DialogDirective implements OnInit, OnDestroy, OnChanges {
6868
*/
6969
@Input() set appendToBody(v: boolean) {
7070
console.log("`appendToBody` has been deprecated. Dialogs now append to the body by default.");
71-
console.log("ensure you have an ibm-placeholder in your app.");
71+
console.log("Ensure you have an `ibm-placeholder` in your app.");
7272
console.log("use appendInline if you need to position your dialogs within the normal page flow");
7373
this.appendInline = !v;
7474
}

0 commit comments

Comments
 (0)