From 47d4a6b1d281398a12b9a1908b70c7736055352d Mon Sep 17 00:00:00 2001 From: GuoYuFei Date: Wed, 19 Dec 2018 10:27:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=92=8C=E5=AF=BC=E8=88=AA=E7=AB=A0=E8=8A=82=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E8=A1=A8=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4fbf4be154..bfd6c36328 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -3847,7 +3847,7 @@ to give the router knowledge of where you are in the current route tree. After the _link parameters array_, add an object with a `relativeTo` property set to the `ActivatedRoute`. The router then calculates the target URL based on the active route's location. -在*链接参数数组*中,添加一个带有 `relativeTo` 属性的对象,并把它设置为当前的 `ActivatedRoute`。 +在*链接参数数组*后面,添加一个带有 `relativeTo` 属性的对象,并把它设置为当前的 `ActivatedRoute`。 这样路由器就会基于当前激活路由的位置来计算出目标 URL。