Skip to content

Commit bb98979

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

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
@@ -67,7 +67,7 @@ export class DialogDirective implements OnInit, OnDestroy, OnChanges {
6767
* Value `true` sets Dialog be appened to the body (to break out of containers)
6868
*/
6969
@Input() set appendToBody(v: boolean) {
70-
console.log("appendToBody has been deprecated. dialogs now append to the body by default.");
70+
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.");
7272
console.log("use appendInline if you need to position your dialogs within the normal page flow");
7373
this.appendInline = !v;

0 commit comments

Comments
 (0)