From 6c20e6ca2e6f2975bc361f5b30b26c7c7a3f34af Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 10 Feb 2017 16:20:10 -0800 Subject: [PATCH] docs(core): fix typo in animation docs --- modules/@angular/animation/src/dsl/animation_trigger.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/@angular/animation/src/dsl/animation_trigger.ts b/modules/@angular/animation/src/dsl/animation_trigger.ts index 68b15aa387..85eb8ac53c 100644 --- a/modules/@angular/animation/src/dsl/animation_trigger.ts +++ b/modules/@angular/animation/src/dsl/animation_trigger.ts @@ -56,12 +56,12 @@ import {validateAnimationSequence} from './animation_validator_visitor'; * ``` * * 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 * *
...
- tools/gulp-tasks/validate-commit-message.js ``` + * ``` * * {@example core/animation/ts/dsl/animation_example.ts region='Component'} *