From a7f2b644ea2772e69e86cc80d6ad621174f2dac1 Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Thu, 2 Feb 2017 07:34:04 +0200 Subject: [PATCH] Changed the wording to reflect new location (#3177) --- 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 43a5b4c190..9088c13903 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -370,7 +370,7 @@ a#testbed that almost everyone needs. .l-sub-section :marked - The testing shims mentioned [earlier](#setup) initialize the testing module configuration + The testing shims mentioned [later](#testbed-methods) initialize the testing module configuration to something like the `BrowserModule` from `@angular/platform-browser`. :marked This default configuration is merely a _foundation_ for testing an app.