From 37f8263430a07b4e43cc5339d14ec5391ef404ea Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Mon, 21 Jan 2019 10:55:53 -0800 Subject: [PATCH] docs: correct array to map (#27379) PR Close #27379 --- packages/common/src/directives/ng_style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').