From 6324ad45e7f1430ff0482750625eb2b3a90b0e1e 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) PR Close #27382 --- 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 da40b12dd2..0e7cd7e669 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