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

Commit 5c22996

Browse files
AlexanderLukinjuleskremer
authored andcommitted
Add missing dot (#3273)
1 parent 68abfd5 commit 5c22996

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
@@ -1399,7 +1399,7 @@ a#stub-component
13991399
The test setup should look familiar
14001400
+makeExample('testing/ts/src/app/app.component.spec.ts', 'setup-stubs', 'src/app/app.component.spec.ts (Stub Setup)')(format='.')
14011401
:marked
1402-
The `AppComponent` is the declared test subject
1402+
The `AppComponent` is the declared test subject.
14031403
The setup extends the default testing module with one real component (`BannerComponent`) and several stubs.
14041404

14051405
* `BannerComponent` is simple and harmless to use as is.

0 commit comments

Comments
 (0)