瀏覽代碼

Update structure.md (#225)

James 9 年之前
父節點
當前提交
fb833b010a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/structure.md

+ 1 - 1
docs/en/structure.md

@@ -133,4 +133,4 @@ Since all modules simply export objects and functions, they are quite easy to te
 
 
 Note that we do not put actions into modules, because a single action may dispatch mutations that affect multiple modules. It's also a good idea to decouple actions from the state shape and the implementation details of mutations for better separation of concerns. If the actions file gets too large, we can turn it into a folder and split out the implementations of long async actions into individual files.
 Note that we do not put actions into modules, because a single action may dispatch mutations that affect multiple modules. It's also a good idea to decouple actions from the state shape and the implementation details of mutations for better separation of concerns. If the actions file gets too large, we can turn it into a folder and split out the implementations of long async actions into individual files.
 
 
-For an actual example, check out the [Shopping Cart Example](https://github.com/vuejs/vuex/tree/master/examples/shopping-cart).
+For an example, check out the [Shopping Cart Example](https://github.com/vuejs/vuex/tree/master/examples/shopping-cart).