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: