From f9b63f86570386e0e186f0c9a5a7f36bb4ed44d5 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 4 Apr 2013 13:44:26 +0300 Subject: docs(animator): Fixed a typo --- src/ng/animator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/animator.js b/src/ng/animator.js index 662ed683..7cafa568 100644 --- a/src/ng/animator.js +++ b/src/ng/animator.js @@ -9,7 +9,7 @@ * @description * 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 burduning 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 {@link ng.$animator $animator service}. * -- cgit v1.2.3