Skip to content

Commit

Permalink
docs(common): fix a typo in ngStyle API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trotyl authored and vikerman committed Nov 3, 2016
1 parent 2e78b76 commit 4aaae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/common/src/directives/ng_style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aaae3e

Please sign in to comment.