Skip to content

Commit 7566215

Browse files
davegonzalezpetebacondarwin
authored andcommitted
docs(guide/animations): improve wording of sentence
Closes angular#4405
1 parent a780df8 commit 7566215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/animations.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ For a full breakdown of the steps involved during each animation event, refer to
265265

266266
## How do I use animations in my own directives?
267267

268-
You can also use animations within custom directives can also be established by injecting `$animate` directly into your directive and
268+
Animations within custom directives can also be established by injecting `$animate` directly into your directive and
269269
making calls to it when needed.
270270

271271
<pre>

0 commit comments

Comments
 (0)