From 4331f560c7fe9a5de426eb8d0b80960c43f89a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=AA=E7=8B=BC?= <1446119+asnowwolf@users.noreply.github.com> Date: Sun, 29 Mar 2020 22:04:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=AD=E6=B3=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/start/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/start/routing.md b/aio/content/start/routing.md index 2106a0d90c..5fa160022b 100644 --- a/aio/content/start/routing.md +++ b/aio/content/start/routing.md @@ -118,7 +118,7 @@ The product details component handles the display of each product. The Angular R 1. Define the `product` property and inject the `ActivatedRoute` into the constructor by adding it as an argument within the constructor's parentheses. - 定义 `product` 属性,并将路由作为参数添加到构造函数的括号中,以便把 `ActivatedRoute` 注入到构造函数中。 + 定义 `product` 属性,并将 `ActivatedRoute` 作为参数添加到构造函数的括号中,以便把它注入到构造函数中。