Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1c5be21

Browse files
eltronixnaomiblack
authored andcommitted
Fixed typo
1 parent c02b942 commit 1c5be21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/animations.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ figure
5757
:marked
5858
With these we can now define an *animation trigger* called `heroState` in the component
5959
metadata. It has animated transitions between two states: `active` and `inactive`. When a
60-
hero is active, we display a the element in slightly larger size and lighter color.
60+
hero is active, we display the element in a slightly larger size and lighter color.
6161

6262
+makeExample('animations/ts/app/hero-list-basic.component.ts', 'animationdef')(format=".")
6363

0 commit comments

Comments
 (0)