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

Commit 424645e

Browse files
ashishg-qburstwardbell
authored andcommitted
docs: fix broken link on testing guide (#2887)
1 parent f2406ef commit 424645e

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
@@ -1061,7 +1061,7 @@ a(href="#top").to-top Back to top
10611061
Testing the actual `DashboardComponent` seemed daunting because it injects the `Router`.
10621062
+makeExample('testing/ts/app/dashboard/dashboard.component.ts', 'ctor', 'app/dashboard/dashboard.component.ts (constructor)')(format='.')
10631063
:marked
1064-
It also injects the `HeroService` but faking that is a [familiar story](#component-with-async-servic).
1064+
It also injects the `HeroService` but faking that is a [familiar story](#component-with-async-service).
10651065
The `Router` has a complicated API and is entwined with other services and application pre-conditions.
10661066

10671067
Fortunately, the `DashboardComponent` isn't doing much with the `Router`

0 commit comments

Comments
 (0)