docs: correct array to map (#27379)

PR Close #27379
This commit is contained in:
Judy Bogart
2019-01-21 10:55:53 -08:00
committed by Alex Rickabaugh
parent a84a9ba705
commit 37f8263430

View File

@ -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 `.<unit>` suffix
* (such as 'top.px', 'font-style.em').