Skip to content

Commit ac7b8d6

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

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
@@ -103,7 +103,7 @@ export class Dropdown implements OnInit, AfterContentInit, OnDestroy {
103103
@Input() set appendToBody (v) {
104104
console.log("`appendToBody` has been deprecated. Dropdowns now append to the body by default.");
105105
console.log("Ensure you have an `ibm-placeholder` in your app.");
106-
console.log("use appendInline if you need to position your dropdowns within the normal page flow");
106+
console.log("Use `appendInline` if you need to position your dropdowns within the normal page flow.");
107107
this.appendInline = !v;
108108
}
109109

0 commit comments

Comments
 (0)