From 1be5b691744bb2e25d5ab147d3ae9a914546e3d5 Mon Sep 17 00:00:00 2001 From: Aravind Date: Wed, 22 Jan 2020 13:10:25 -0800 Subject: [PATCH] docs: fix typo on router guide (#34911) closes #34907 PR Close #34911 --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 67232c8802..c1765d6347 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -3597,7 +3597,7 @@ of its values. You use the `take` operator with an argument of `1` to ensure tha Observable completes after retrieving the first value from the Observable returned by the `getCrisis` method. -If it doesn't return a valid `Crisis`, return an empty `Observable`, canceling the previous in-flight navigation to the `CrisisDetailComponent` and navigate the user back to the `CrisisListComponent`. The update resolver service looks like this: +If it doesn't return a valid `Crisis`, return an empty `Observable`, canceling the previous in-flight navigation to the `CrisisDetailComponent` and navigate the user back to the `CrisisListComponent`. The updated resolver service looks like this: