aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorDavid Gonzalez2013-10-13 23:44:57 -0700
committerPete Bacon Darwin2013-10-14 07:48:02 +0100
commit7566215f479980be79f18b58c6c14c57dd8736b5 (patch)
treedad5224441578a291e95ed588203526d3aad4c57 /docs/content
parenta780df877935f350990826bc5e577afa2b460006 (diff)
downloadangular.js-7566215f479980be79f18b58c6c14c57dd8736b5.tar.bz2
docs(guide/animations): improve wording of sentence
Closes #4405
Diffstat (limited to 'docs/content')
-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>