docs(testing-guide): fix tiny typo (#2381)

This commit is contained in:
Pete Bacon Darwin 2016-09-16 22:41:49 +01:00 committed by Jesús Rodríguez
parent 9262f7a234
commit c787fd2ff0
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ a#component-with-inputs-outputs
at low cost and without resorting to much slower and more complicated end-to-end tests.
:marked
The second test verifies click behavior. Clicking the hero should rais a `selected` event that the
The second test verifies click behavior. Clicking the hero should raise a `selected` event that the
host component (`DashboardComponent` presumably) can hear:
+makeExample('testing/ts/app/dashboard/dashboard-hero.component.spec.ts', 'click-test', 'app/dashboard/dashboard-hero.component.spec.ts (click test)')(format='.')
:marked