This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments