From 233044e337f5b527665443d689997dc53dcf17f8 Mon Sep 17 00:00:00 2001 From: swseverance Date: Mon, 15 May 2017 07:57:27 -0400 Subject: [PATCH] docs(aio): fix typo --- 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 0f44f8bfd7..c4379332c5 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -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.