Skip to content

Commit e1eb3c9

Browse files
Update src/dropdown/dropdown.component.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent 68d9836 commit e1eb3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/dropdown.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class Dropdown implements OnInit, AfterContentInit, OnDestroy {
102102
*/
103103
@Input() set appendToBody (v) {
104104
console.log("`appendToBody` has been deprecated. Dropdowns now append to the body by default.");
105-
console.log("ensure you have an ibm-placeholder in your app.");
105+
console.log("Ensure you have an `ibm-placeholder` in your app.");
106106
console.log("use appendInline if you need to position your dropdowns within the normal page flow");
107107
this.appendInline = !v;
108108
}

0 commit comments

Comments
 (0)