docs(aio): fix typo

This commit is contained in:
swseverance 2017-05-15 07:57:27 -04:00 committed by Matias Niemelä
parent f365a0f45c
commit 233044e337
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ before calling `TestBed.createComponent` to instantiate the _component-under-tes
Calling `compileComponents` closes the current `TestBed` instance is further configuration.
Calling `compileComponents` closes the current `TestBed` instance to further configuration.
You cannot call any more `TestBed` configuration methods, not `configureTestingModule`
nor any of the `override...` methods. The `TestBed` throws an error if you try.