diff options
| author | David Gonzalez | 2013-10-13 23:44:57 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-14 07:48:02 +0100 | 
| commit | 7566215f479980be79f18b58c6c14c57dd8736b5 (patch) | |
| tree | dad5224441578a291e95ed588203526d3aad4c57 /docs/content/guide | |
| parent | a780df877935f350990826bc5e577afa2b460006 (diff) | |
| download | angular.js-7566215f479980be79f18b58c6c14c57dd8736b5.tar.bz2 | |
docs(guide/animations): improve wording of sentence
Closes #4405
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/animations.ngdoc | 2 | 
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>  | 
