From b23582d57e77ebfd4950a953131ab5e9f12b2751 Mon Sep 17 00:00:00 2001 From: Alberto Garza Date: Wed, 13 Feb 2019 13:58:59 -0700 Subject: [PATCH] docs(animations): fixed some grammar (#28708) PR Close #28708 --- packages/animations/src/animation_metadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/animations/src/animation_metadata.ts b/packages/animations/src/animation_metadata.ts index 23d11c230e..09a779a909 100755 --- a/packages/animations/src/animation_metadata.ts +++ b/packages/animations/src/animation_metadata.ts @@ -1103,7 +1103,7 @@ export function animation( * for a child animation to run, the parent animation must query each of the elements * containing child animations, and run them using this function. * - * Note that this feature designed to be used with `query()` and it will only work + * Note that this feature is designed to be used with `query()` and it will only work * with animations that are assigned using the Angular animation library. CSS keyframes * and transitions are not handled by this API. *