From 1514239c4340131e011cd3ea590ef49a5a7ee3d6 Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Wed, 1 Feb 2017 00:32:15 +0200 Subject: [PATCH] Changed the wording to reflect new location But if you ask me, this paragraph doesn't make much sense without understanding what shims we talking about here So it might be better to move it below as well? --- 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.