aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/animations.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc
index f3a2bcf0..737e97a1 100644
--- a/docs/content/guide/animations.ngdoc
+++ b/docs/content/guide/animations.ngdoc
@@ -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>