Skip to content

Commit 0156c14

Browse files
committed
Modfiy app tranlsation
1 parent 17a743f commit 0156c14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ja/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ router.map({
5151
}
5252
})
5353

54-
//app を開始することが出来ます
54+
//アプリケーションを開始することが出来ます
5555
// router は App のインスタンスを作成し、
5656
// そして #app セレクタでマッチングした要素にマウントします。
5757
router.start(App, '#app')

docs/ja/nested.md

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

33
ネストされた routes をネストされたコンポーネントにマッピングすることは共通の要求であり、そしてそれは vue-router では非常に簡単です。
44

5-
以下の app があると仮定します:
5+
以下の アプリケーションがあると仮定します:
66

77
``` html
88
<div id="app">

0 commit comments

Comments
 (0)