From 3bb3afc759cf15978ed05e8ee4122fa10dc3c8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20R=C3=A9mia?= Date: Fri, 7 Aug 2015 15:40:36 +0200 Subject: [PATCH] docs(ngAnimate): Fixed typo --- src/ngAnimate/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index 0f12f0c24d29..b20f0c9ee8e5 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -53,7 +53,7 @@ * CSS-based animations with ngAnimate are unique since they require no JavaScript code at all. By using a CSS class that we reference between our HTML * and CSS code we can create an animation that will be picked up by Angular when an the underlying directive performs an operation. * - * The example below shows how an `enter` animation can be made possible on a element using `ng-if`: + * The example below shows how an `enter` animation can be made possible on an element using `ng-if`: * * ```html *