From c787fd2ff076c2dd02cc237ea94d32fe8d610d2a Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 16 Sep 2016 22:41:49 +0100 Subject: [PATCH] docs(testing-guide): fix tiny typo (#2381) --- public/docs/ts/latest/guide/testing.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index dd8fafa036..d52179b9bd 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -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