Skip to content

Commit b75b07e

Browse files
committed
Merge pull request #159 from kazupon/translation/ja
Feedback to japanese translation
2 parents 2f7aa80 + 5cedfa0 commit b75b07e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ja/api/redirect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
###
1212

1313
``` js
14-
router.rediect({
14+
router.redirect({
1515

1616
// /a への全てのナビゲーションを /b にリダイレクト
1717
'/a': '/b',

docs/ja/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
- `.v-link-active-exact` クラスは、現在のパスが `v-link` の URL の正確にマッチするとき、適用されます。
3333

34-
アクティブリンククラス名はルーターインスタンスを作成するとき、`activeLinkClass` オプションで設定することができます。正確にマッチするクラスは、単に提供されたクラス名に `-exact` 接尾辞(postfix) を追加します。
34+
アクティブリンククラス名はルーターインスタンスを作成するとき、`linkActiveClass` オプションで設定することができます。正確にマッチするクラスは、単に提供されたクラス名に `-exact` 接尾辞(postfix) を追加します。
3535

3636
#### その他の注意事項
3737

0 commit comments

Comments
 (0)