Explorar el Código

Update structure.md (#225)

James hace 9 años
padre
commit
fb833b010a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.
 
-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).