From 3479fddf688f559df5c0e21c6962fa24cd3c6a59 Mon Sep 17 00:00:00 2001 From: Ben Elliott <4996462+benelliott@users.noreply.github.com> Date: Mon, 29 Jul 2019 11:31:53 +0100 Subject: [PATCH] docs: fix typo in Animation guide (#31888) PR Close #31888 --- aio/content/guide/transition-and-triggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/transition-and-triggers.md b/aio/content/guide/transition-and-triggers.md index e894cc2ee2..16507f2be7 100644 --- a/aio/content/guide/transition-and-triggers.md +++ b/aio/content/guide/transition-and-triggers.md @@ -2,7 +2,7 @@ You learned the basics of Angular animations in the [introduction](guide/animations) page. -In this guide, we go into greater depth on special transition states such as `*` (wildcard) and `void`, and show how these special states are used for elements entering and leaving a view. The chapter also explores on multiple animation triggers, animation callbacks and sequence-based animation using keyframes. +In this guide, we go into greater depth on special transition states such as `*` (wildcard) and `void`, and show how these special states are used for elements entering and leaving a view. The chapter also explores multiple animation triggers, animation callbacks and sequence-based animation using keyframes. ## Predefined states and wildcard matching