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

Commit 60565a5

Browse files
ppitonakFoxandxss
authored andcommitted
docs(testing): configureTestModule -> configureTestingModule (#2767)
1 parent ec47197 commit 60565a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ a(href="#top").to-top Back to top
470470
`TestBed.createComponent` creates an instance of `BannerComponent` to test and returns a [fixture](#component-fixture).
471471

472472
`TestBed.createComponent` closes the current `TestBed` instance to further configuration.
473-
You cannot call any more `TestBed` configuration methods, not `configureTestModule`
473+
You cannot call any more `TestBed` configuration methods, not `configureTestingModule`
474474
nor any of the `override...` methods. The `TestBed` throws an error if you try.
475475

476476
.alert.is-important
@@ -874,7 +874,7 @@ a(href="#top").to-top Back to top
874874

875875
### _compileComponents_ closes configuration
876876
Calling `compileComponents` closes the current `TestBed` instance is further configuration.
877-
You cannot call any more `TestBed` configuration methods, not `configureTestModule`
877+
You cannot call any more `TestBed` configuration methods, not `configureTestingModule`
878878
nor any of the `override...` methods. The `TestBed` throws an error if you try.
879879

880880
.alert.is-important
@@ -1114,7 +1114,7 @@ a(href="#top").to-top Back to top
11141114

11151115
:marked
11161116
The `inject` function closes the current `TestBed` instance to further configuration.
1117-
You cannot call any more `TestBed` configuration methods, not `configureTestModule`
1117+
You cannot call any more `TestBed` configuration methods, not `configureTestingModule`
11181118
nor any of the `override...` methods. The `TestBed` throws an error if you try.
11191119

11201120
.alert.is-important

0 commit comments

Comments
 (0)