浏览代码

Merge pull request #23 from StrongRef/patch-1

Update data-flow.md typo (Date => Data)
Evan You 9 年之前
父节点
当前提交
9d5905e1f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/data-flow.md

+ 1 - 1
docs/en/data-flow.md

@@ -1,4 +1,4 @@
-# Date Flow
+# Data Flow
 
 Let's build a simple counter app with Vuex to get a better understanding of the data flow inside Vuex apps. Note this is a trivial example solely for the purpose of explaining the concepts - in practice you don't need Vuex for such simple tasks.