diff --git a/packages/common/src/directives/ng_style.ts b/packages/common/src/directives/ng_style.ts index b7861dddea..0bd23baaa2 100644 --- a/packages/common/src/directives/ng_style.ts +++ b/packages/common/src/directives/ng_style.ts @@ -57,7 +57,7 @@ export class NgStyle implements DoCheck { @Input() set ngStyle( /** - * An array of style properties, specified as colon-separated + * A map of style properties, specified as colon-separated * key-value pairs. * * The key is a style name, with an optional `.` suffix * (such as 'top.px', 'font-style.em').