docs(testing-guide): fix tiny typo (#2381)
This commit is contained in:
parent
9262f7a234
commit
c787fd2ff0
|
@ -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.
|
at low cost and without resorting to much slower and more complicated end-to-end tests.
|
||||||
|
|
||||||
:marked
|
: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:
|
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='.')
|
+makeExample('testing/ts/app/dashboard/dashboard-hero.component.spec.ts', 'click-test', 'app/dashboard/dashboard-hero.component.spec.ts (click test)')(format='.')
|
||||||
:marked
|
:marked
|
||||||
|
|
Loading…
Reference in New Issue