docs(guide/animations): improve wording of sentence

Closes #4405
This commit is contained in:
David Gonzalez 2013-10-13 23:44:57 -07:00 committed by Pete Bacon Darwin
parent a780df8779
commit 7566215f47

View file

@ -265,7 +265,7 @@ For a full breakdown of the steps involved during each animation event, refer to
## How do I use animations in my own directives?
You can also use animations within custom directives can also be established by injecting `$animate` directly into your directive and
Animations within custom directives can also be established by injecting `$animate` directly into your directive and
making calls to it when needed.
<pre>