From 209cc7e1b0db91b389c2be761d26ebb0191f8464 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Thu, 9 Aug 2018 22:18:25 +0100 Subject: [PATCH] docs: fix typo in testing guide (closes #25400) (#25418) PR Close #25418 --- 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 7b26a14fee..9116e24d49 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -1263,7 +1263,7 @@ But it is occasionally necessary. For example, you can't call `async` or `fakeAsync` when testing 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.