10000 Merge branch 'lang-ja' of github.com:vuejs/jp.vuejs.org into lang-ja · vuejs/jp.vuejs.org@8cf9604 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cf9604

Browse files
committed
Merge branch 'lang-ja' of github.com:vuejs/jp.vuejs.org into lang-ja
2 parents 5c50851 + ddd8d58 commit 8cf9604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var vmB = new Vue({
8686
})
8787
```
8888

89-
現在、`sourceOfTruth` が変化されるたびに、`vmA``vmB` の両方は、自動的にそれら View を更新します。さらに、この考えた方を拡張して、私達は **store パターン**にたどり着くでしょう:
89+
現在、`sourceOfTruth` が変化されるたびに、`vmA``vmB` の両方は、自動的にそれら View を更新します。さらに、この考え方を拡張して、私達は **store パターン**にたどり着くでしょう:
9090

9191
``` js
9292
var store = {

0 commit comments

Comments
 (0)
0