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

Commit c787fd2

Browse files
petebacondarwinFoxandxss
authored andcommitted
docs(testing-guide): fix tiny typo (#2381)
1 parent 9262f7a commit c787fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ a#component-with-inputs-outputs
917917
at low cost and without resorting to much slower and more complicated end-to-end tests.
918918

919919
:marked
920-
The second test verifies click behavior. Clicking the hero should rais a `selected` event that the
920+
The second test verifies click behavior. Clicking the hero should raise a `selected` event that the
921921
host component (`DashboardComponent` presumably) can hear:
922922
+makeExample('testing/ts/app/dashboard/dashboard-hero.component.spec.ts', 'click-test', 'app/dashboard/dashboard-hero.component.spec.ts (click test)')(format='.')
923923
:marked

0 commit comments

Comments
 (0)