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

Add missing colon #3274

Merged
merged 1 commit into from
Feb 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/testing.jade
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ a#router-link-stub
:marked
### Stubbing the _RouterLink_

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