docs(core): fix typo in animation docs

This commit is contained in:
Igor Minar 2017-02-10 16:20:10 -08:00 committed by Igor Minar
parent 88eb3b2ce8
commit 6c20e6ca2e
1 changed files with 2 additions and 2 deletions

View File

@ -56,12 +56,12 @@ import {validateAnimationSequence} from './animation_validator_visitor';
* ``` * ```
* *
* The template associated with this component will make use of the `myAnimationTrigger` animation * The template associated with this component will make use of the `myAnimationTrigger` animation
trigger by binding to an element within its template code. * trigger by binding to an element within its template code.
* *
* ```html * ```html
* <!-- somewhere inside of my-component-tpl.html --> * <!-- somewhere inside of my-component-tpl.html -->
* <div [@myAnimationTrigger]="myStatusExp">...</div> * <div [@myAnimationTrigger]="myStatusExp">...</div>
tools/gulp-tasks/validate-commit-message.js ``` * ```
* *
* {@example core/animation/ts/dsl/animation_example.ts region='Component'} * {@example core/animation/ts/dsl/animation_example.ts region='Component'}
* *