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

Commit 68abfd5

Browse files
AlexanderLukinjuleskremer
authored andcommitted
Add missing colon (#3274)
1 parent 1d4e000 commit 68abfd5

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
@@ -1416,7 +1416,7 @@ a#router-link-stub
14161416
:marked
14171417
### Stubbing the _RouterLink_
14181418

1419-
The `RouterLinkStubDirective` contributes substantively to the test
1419+
The `RouterLinkStubDirective` contributes substantively to the test:
14201420
+makeExample('testing/ts/src/testing/router-stubs.ts', 'router-link', 'testing/router-stubs.ts (RouterLinkStubDirective)')(format='.')
14211421
:marked
14221422
The `host` metadata property wires the click event of the host element (the `<a>`) to the directive's `onClick` method.

0 commit comments

Comments
 (0)