fixed router page duplicate words.

多了一個提供
This commit is contained in:
HaoLi
2019-12-25 19:37:30 +08:00
committed by 雪狼
parent 9046b6dc91
commit e8c76a6f8d
+1 -1
View File
@@ -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)。
</td>