diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 5cb27e95fd..255a8d32d7 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -684,7 +684,7 @@ and returns a [`ComponentFixture`](#component-fixture). Do not re-configure `TestBed` after calling `createComponent`. -The `createComponent` method freezes the current `TestBed`definition, +The `createComponent` method freezes the current `TestBed` definition, closing it to further configuration. You cannot call any more `TestBed` configuration methods, not `configureTestingModule()`,