Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1591bcc

Browse files
Belax8Foxandxss
authored andcommitted
docs(testing): fix link (#2514)
Fixed link
1 parent 4f9f51c commit 1591bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/testing.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ a(href="#top").to-top Back to top
855855

856856
Notice the `async` call in the `beforeEach`, made necessary by the asynchronous `TestBed.compileComponents` method.
857857
The `async` function arranges for the tester's code to run in a special _async test zone_
858-
that hides the mechanics of asynchronous execution, just as it does when passed to an [_it_ test)(#async).
858+
that hides the mechanics of asynchronous execution, just as it does when passed to an [_it_ test](#async).
859859

860860
#compile-components
861861
:marked

0 commit comments

Comments
 (0)