diff --git a/1.1.4/docs/partials/api/ng.directive:ngAnimate.html b/1.1.4/docs/partials/api/ng.directive:ngAnimate.html index b4c8493cad..28da5edca3 100644 --- a/1.1.4/docs/partials/api/ng.directive:ngAnimate.html +++ b/1.1.4/docs/partials/api/ng.directive:ngAnimate.html @@ -5,7 +5,7 @@
ngAnimate
The ngAnimate directive works as an attribute that is attached alongside pre-existing directives.
It effects how the directive will perform DOM manipulation. This allows for complex animations to take place while
-without burduning the directive which uses the animation with animation details. The built dn directives
+without burdening the directive which uses the animation with animation details. The built in directives
ngRepeat, ngInclude, ngSwitch, ngShow, ngHide and ngView already accept ngAnimate directive.
Custom directives can take advantage of animation through $animator service.