Skip to content

Commit

Permalink
fix: 修正错误的翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
asnowwolf committed Sep 19, 2023
1 parent 8b825e6 commit 26e3779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aio/content/guide/router-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The router resolves that array into a complete URL.

## Active router links

## 活动路由链路
## 活动路由链接

The `RouterLinkActive` directive toggles CSS classes for active `RouterLink` bindings based on the current `RouterState`.

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/transfer_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class TransferState {
/**
* Remove a key from the store.
*
* 从商店中取出键名
* 从 store 中移除 key
*
*/
remove<T>(key: StateKey<T>): void {
Expand Down
2 changes: 1 addition & 1 deletion packages/router/src/directives/router_outlet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export class RouterOutlet implements OnDestroy, OnInit, RouterOutletContract {
*
* @see [named outlets](guide/router-tutorial-toh#displaying-multiple-routes-in-named-outlets)
*
* [命名网点](guide/router-tutorial-toh#displaying-multiple-routes-in-named-outlets)
* [命名出口](guide/router-tutorial-toh#displaying-multiple-routes-in-named-outlets)
*
*/
@Input() name = PRIMARY_OUTLET;
Expand Down

0 comments on commit 26e3779

Please sign in to comment.