From 3058dcc12509a38ce7171b938a224d0f89fb2393 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Sat, 13 Jan 2018 08:40:59 +0100 Subject: [PATCH] docs(animations): fix minor typo's --- docs/content/guide/animations.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc index 669c8f92bfa3..a13661a36a68 100644 --- a/docs/content/guide/animations.ngdoc +++ b/docs/content/guide/animations.ngdoc @@ -66,7 +66,7 @@ You may also want to setup a separate CSS file for defining CSS-based animations ## How they work Animations in AngularJS are completely based on CSS classes. As long as you have a CSS class -attached to a HTML element within your application, you can apply animations to it. Lets say for +attached to an HTML element within your application, you can apply animations to it. Let's say for example that we have an HTML template with a repeater like so: ```html