docs(animations): fixed some grammar (#28708)

PR Close #28708
This commit is contained in:
Alberto Garza 2019-02-13 13:58:59 -07:00 committed by Misko Hevery
parent 2c6a6f18c2
commit 36df9056af
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*