소스 검색

Update data-flow.md

StrongRef 9 년 전
부모
커밋
142fb4a65b
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.