From 9e391e010ca8dbef88f2c0d9558678cfb9623640 Mon Sep 17 00:00:00 2001 From: Jacob Foshee Date: Wed, 21 Nov 2018 10:13:14 -0600 Subject: [PATCH] docs: Minor: insert missing space (#27213) PR Close #27213 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`,