From 495f8e1bc680a95896f2e2625ede4d48ec49d830 Mon Sep 17 00:00:00 2001 From: ericksoen Date: Mon, 26 Nov 2018 07:51:42 -0600 Subject: [PATCH] docs: correct minor typo (#27382) (#28423) PR Close #27382 PR Close #28423 --- 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 0ee0b01e80..a900bea96e 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -2398,7 +2398,7 @@ So when you call `createComponent()`, the `TestBed` compiles implicitly. That's not a problem when the source code is in memory. But the `BannerComponent` requires external files -that the compile must read from the file system, +that the compiler must read from the file system, an inherently _asynchronous_ operation. If the `TestBed` were allowed to continue, the tests would run and fail mysteriously