docs: correct minor typo (#27382)

PR Close #27382
This commit is contained in:
ericksoen 2018-11-26 07:51:42 -06:00 committed by Alex Rickabaugh
parent 7439b46c5a
commit 6324ad45e7
1 changed files with 1 additions and 1 deletions

View File

@ -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