From 1591bcc0e1935e644b0a21038401f60a3cb6d55e Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 30 Sep 2016 15:29:16 -0600 Subject: [PATCH] docs(testing): fix link (#2514) 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 6c952085d7..cad063a337 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