From e8c76a6f8df12ecd002cbdeb503d20b90e53971a Mon Sep 17 00:00:00 2001 From: HaoLi Date: Wed, 25 Dec 2019 19:37:30 +0800 Subject: [PATCH] fixed router page duplicate words. 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 0573092cdf..74a43eb8d7 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -1017,7 +1017,7 @@ Here are the key `Router` terms and their meanings: A service that is provided to each route component that contains route specific information such as route parameters, static data, resolve data, global query params, and the global fragment. - 为每个路由组件提供提供的一个服务,它包含特定于路由的信息,比如路由参数、静态数据、解析数据、全局查询参数和全局碎片(fragment)。 + 为每个路由组件提供的一个服务,它包含特定于路由的信息,比如路由参数、静态数据、解析数据、全局查询参数和全局碎片(fragment)。