docs(common): fix a typo in ngStyle API docs

This commit is contained in:
Trotyl Yu 2016-10-21 22:47:44 +05:30 committed by Vikram Subramanian
parent 2e78b76fcf
commit 4aaae3eada
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import {Directive, DoCheck, ElementRef, Input, KeyValueChangeRecord, KeyValueDif
* @description
*
* The styles are updated according to the value of the expression evaluation:
* - keys are style names with an option `.<unit>` suffix (ie 'top.px', 'font-style.em'),
* - keys are style names with an optional `.<unit>` suffix (ie 'top.px', 'font-style.em'),
* - values are the values assigned to those properties (expressed in the given unit).
*
* @stable