From 1d4e000079d5bf0176c7b70437f8d58ea337b3df Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Mon, 20 Feb 2017 09:58:15 +0300 Subject: [PATCH] Fix a link: remove extra # in href value (#3276) --- 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 66a973ab54..431de58d88 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -1855,7 +1855,7 @@ table td :marked The testing shims (`karma-test-shim`, `browser-test-shim`) - establish the [initial test environment](##testbed-initTestEnvironment) and a default testing module. + establish the [initial test environment](#testbed-initTestEnvironment) and a default testing module. The default testing module is configured with basic declaratives and some Angular service substitutes that every tester needs. Call `configureTestingModule` to refine the testing module configuration for a particular set of tests