Skip to content

Commit 16d614e

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

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
@@ -69,7 +69,7 @@ export class DialogDirective implements OnInit, OnDestroy, OnChanges {
6969
@Input() set appendToBody(v: boolean) {
7070
console.log("`appendToBody` has been deprecated. Dialogs now append to the body by default.");
7171
console.log("Ensure you have an `ibm-placeholder` in your app.");
72-
console.log("use appendInline if you need to position your dialogs within the normal page flow");
72+
console.log("Use `appendInline` if you need to position your dialogs within the normal page flow.");
7373
this.appendInline = !v;
7474
}
7575
get appendToBody() {

0 commit comments

Comments
 (0)