From 1adbcda12eb77e99a280ad10db74c8ef125a35f8 Mon Sep 17 00:00:00 2001 From: Leo Globerman Date: Tue, 14 Nov 2017 16:42:05 -0500 Subject: [PATCH] docs(aio): fix wrong copy (#20431) PR Close #20431 --- 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 5a4993b132..8cf8978a52 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -3492,7 +3492,7 @@ It will be there when the `CrisisDetailComponent` ask for it. -**Two critical points** +**Three critical points** 1. The router's `Resolve` interface is optional. The `CrisisDetailResolver` doesn't inherit from a base class.