From 98fdba87196b385d98c12857107a5a7ac6366b86 Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 30 Sep 2016 11:39:32 -0600 Subject: [PATCH] Fixed link Fixed link --- 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 7a99679ff4..5c7de6933d 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -855,7 +855,7 @@ a(href="#top").to-top Back to top Notice the `async` call in the `beforeEach`, made necessary by the asynchronous `TestBed.compileComponents` method. The `async` function arranges for the tester's code to run in a special _async test zone_ - that hides the mechanics of asynchronous execution, just as it does when passed to an [_it_ test)(#async). + that hides the mechanics of asynchronous execution, just as it does when passed to an [_it_ test](#async). #compile-components :marked