Skip to content

Commit aa3acc5

Browse files
winkler1chirayuk
authored andcommitted
docs(animator): fix typo
1 parent 15d80af commit aa3acc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/animator.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*
99
* @description
1010
* The `ngAnimate` directive works as an attribute that is attached alongside pre-existing directives.
11-
* It effects how the directive will perform DOM manipulation. This allows for complex animations to take place while
12-
* without burduning the directive which uses the animation with animation details. The built in directives
11+
* It effects how the directive will perform DOM manipulation. This allows for complex animations to take place
12+
* without burdening the directive which uses the animation with animation details. The built in directives
1313
* `ngRepeat`, `ngInclude`, `ngSwitch`, `ngShow`, `ngHide` and `ngView` already accept `ngAnimate` directive.
1414
* Custom directives can take advantage of animation through {@link ng.$animator $animator service}.
1515
*
@@ -46,7 +46,7 @@
4646
*
4747
* <h2>CSS-defined Animations</h2>
4848
* By default, ngAnimate attaches two CSS3 classes per animation event to the DOM element to achieve the animation.
49-
* This is up to you, the developer, to ensure that the animations take place using cross-browser CSS3 transitions.
49+
* It is up to you, the developer, to ensure that the animations take place using cross-browser CSS3 transitions.
5050
* All that is required is the following CSS code:
5151
*
5252
* <pre>

0 commit comments

Comments
 (0)