diff --git a/modules/angular2/src/directives/ng_style.ts b/modules/angular2/src/directives/ng_style.ts index cf9f4801bf..6474aba731 100644 --- a/modules/angular2/src/directives/ng_style.ts +++ b/modules/angular2/src/directives/ng_style.ts @@ -14,16 +14,16 @@ import {Renderer} from 'angular2/src/render/api'; * # Example: * * ``` - *
+ *
* ``` * - * In the above example the `text-align` style will be updated based on the `alignEpr` value + * In the above example the `text-align` style will be updated based on the `alignExp` value * changes. * * # Syntax * - * - `
` - * - `
` + * - `
` + * - `
` */ @Directive({ selector: '[ng-style]',