Skip to content

Commit cb12e8a

Browse files
committed
Fixed typo in animate section
1 parent 8d2ba57 commit cb12e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ <h3>What?</h3>
576576
</ul>
577577
<pre>$scope.items: {{items}}</pre>
578578
<h3>Why?</h3>
579-
<p>People have been asking for a way to animate the addition and removal of DOM elements. This is a simple way of doing it using CSS3 transitions. A 'hidden' transitionable class (that doesn't use <code>dislay:none</code>) is attached to the node before it's injected and then immediately removed after.</p>
579+
<p>People have been asking for a way to animate the addition and removal of DOM elements. This is a simple way of doing it using CSS3 transitions. A 'hidden' transitionable class (that doesn't use <code>display:none</code>) is attached to the node before it's injected and then immediately removed after.</p>
580580
</div>
581581
<div class="span6">
582582
<h3>How?</h3>

0 commit comments

Comments
 (0)