docs: fix typo in testing guide (closes #25400) (#25418)

PR Close #25418
This commit is contained in:
Jonathan Sharpe
2018-08-09 22:18:25 +01:00
committed by Ben Lesh
parent fda30cb3e3
commit cb05f9bbe9

View File

@ -1263,7 +1263,7 @@ But it is occasionally necessary.
For example, you can't call `async` or `fakeAsync` when testing For example, you can't call `async` or `fakeAsync` when testing
code that involves the `intervalTimer()` or the RxJS `delay()` operator. code that involves the `intervalTimer()` or the RxJS `delay()` operator.
Here are two mover versions of the previous test, written with `done()`. Here are two more versions of the previous test, written with `done()`.
The first one subscribes to the `Observable` exposed to the template by the component's `quote` property. The first one subscribes to the `Observable` exposed to the template by the component's `quote` property.
<code-example <code-example