From d0c91ebb1e735e64a275674870d8b496da8c13b3 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sat, 6 Feb 2016 12:19:22 +0530 Subject: [PATCH] docs(guide/migration): minor english tweak Replace `a` with `an` --- docs/content/guide/migration.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 80f0de4bf46e..50af19cb0180 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -1055,7 +1055,7 @@ to: Any class-based animation code that makes use of transitions and uses the setup CSS classes (such as class-add and class-remove) must now -provide a empty transition value to ensure that its styling is applied right +provide an empty transition value to ensure that its styling is applied right away. In other words if your animation code is expecting any styling to be applied that is defined in the setup class then it will not be applied "instantly" unless a `transition:0s none` value is present in the styling