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

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>